#08DE14

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

Shades of Free Speech Green #08DE14

Tints of Free Speech Green #08DE14

Color information

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

HSL color Cylindrical-coordinate representation of color #08DE14: hue angle of 123.36º 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 #08DE14 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB822220-
CMYK0.9600.910.13
HSL123.36º93.04%45.1%-
HSV(B)123.36º96.4%87.06%-
XYZ26.3552.349.38-
YUV134.9963.137.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8222200.9600.910.13123.3693.0445.1
Hex8DE146005BD7b5d2d
Octal103362414001331517313555
Binary10001101111010100110000001011011110111110111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08DE14; }

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

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

<style>
 a { background-color: #08DE14; }

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

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

<style>
 span { border-color: #08DE14; }

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

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