#15DE12

Color #15DE12 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #15DE12

Tints of Free Speech Green #15DE12

Color information

#15DE12 (or 0x15DE12) is unknown color: approx Free Speech Green. HEX triplet: 15, DE and 12. RGB value is (21,222,18). Sum of RGB (Red+Green+Blue) = 21+222+18=261 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.05% from 261); Green value is 222 (87.11% from 255 or 85.06% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 222 - color contains mainly: green. Hex color #15DE12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #15DE12 is #EA21ED. Grayscale: #8B8B8B. Windows color (decimal): -15344110 or 1236501. OLE color: 1236501.

HSL color Cylindrical-coordinate representation of color #15DE12: hue angle of 119.12º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15DE12 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB2122218-
CMYK0.9100.920.13
HSL119.12º85%47.06%-
HSV(B)119.12º91.89%87.06%-
XYZ26.5452.459.3-
YUV138.6459.9144.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 8.05%
GREEN value IS 222 (87.11% from 255) = 85.06%
BLUE value IS 18 (7.42% from 255) = 6.90%
R=8.05%
G=85.06%
B=6.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal21222180.9100.920.13119.128547.06
Hex15DE125B05CD77552f
Octal253362213301341516712557
Binary101011101111010010101101101011100110111101111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15DE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15DE12; }

 p { color: rgb(21,222,18); }

 H1.HeaderClassName
 {
   color: #15DE12;
 }
 .AnyTagClassName
 {
   color: #15DE12;
 }
</style>
background-color css

<style>
 a { background-color: #15DE12; }

 a { background-color: rgb(21,222,18); }

 div.DivClassName
 {
   background-color: #15DE12;
 }
 .BgClassName
 {
   background-color: #15DE12;
 }
</style>
border-color css

<style>
 span { border-color: #15DE12; }

 span { border-color: rgb(21,222,18); }

 td.TdClassName
 {
   border-color: #15DE12;
 }
 .TagClassName
 {
   border-color: #15DE12;
 }
</style>