#14DE08

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

Shades of Free Speech Green #14DE08

Tints of Free Speech Green #14DE08

Color information

#14DE08 (or 0x14DE08) is unknown color: approx Free Speech Green. HEX triplet: 14, DE and 08. RGB value is (20,222,8). Sum of RGB (Red+Green+Blue) = 20+222+8=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 222 (87.11% from 255 or 88.8% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 222 - color contains mainly: green. Hex color #14DE08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14DE08 is #EB21F7. Grayscale: #898989. Windows color (decimal): -15409656 or 581140. OLE color: 581140.

HSL color Cylindrical-coordinate representation of color #14DE08: hue angle of 116.64º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #14DE08 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB202228-
CMYK0.9100.960.13
HSL116.64º93.04%45.1%-
HSV(B)116.64º96.4%87.06%-
XYZ26.4552.418.95-
YUV137.2155.0844.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 222 (87.11% from 255) = 88.8%
BLUE value IS 8 (3.52% from 255) = 3.2%
R=8%
G=88.8%
B=3.2%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022280.9100.960.13116.6493.0445.1
Hex14DE85B060D755d2d
Octal243361013301401516513555
Binary10100110111101000101101101100000110111101011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14DE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14DE08; }

 p { color: rgb(20,222,8); }

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

<style>
 a { background-color: #14DE08; }

 a { background-color: rgb(20,222,8); }

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

<style>
 span { border-color: #14DE08; }

 span { border-color: rgb(20,222,8); }

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