#00DD19

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

Shades of Free Speech Green #00DD19

Tints of Free Speech Green #00DD19

Color information

#00DD19 (or 0x00DD19) is unknown color: approx Free Speech Green. HEX triplet: 00, DD and 19. RGB value is (0,221,25). Sum of RGB (Red+Green+Blue) = 0+221+25=246 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 246); Green value is 221 (86.72% from 255 or 89.84% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00DD19 is #FF22E6. Grayscale: #858585. Windows color (decimal): -16720615 or 1694976. OLE color: 1694976.

HSL color Cylindrical-coordinate representation of color #00DD19: hue angle of 126.79º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DD19 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB022125-
CMYK100.890.13
HSL126.79º100%43.33%-
HSV(B)126.79º100%86.67%-
XYZ26.0351.789.54-
YUV132.5867.2833.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 221 (86.72% from 255) = 89.84%
BLUE value IS 25 (10.16% from 255) = 10.16%
R=0%
G=89.84%
B=10.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal022125100.890.13126.7910043.33
Hex0DD1964059D7f642b
Octal03353114401311517714453
Binary01101110111001110010001011001110111111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DD19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00DD19; }

 p { color: rgb(0,221,25); }

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

<style>
 a { background-color: #00DD19; }

 a { background-color: rgb(0,221,25); }

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

<style>
 span { border-color: #00DD19; }

 span { border-color: rgb(0,221,25); }

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