#00DE0D

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

Shades of Free Speech Green #00DE0D

Tints of Free Speech Green #00DE0D

Color information

#00DE0D (or 0x00DE0D) is unknown color: approx Free Speech Green. HEX triplet: 00, DE and 0D. RGB value is (0,222,13). Sum of RGB (Red+Green+Blue) = 0+222+13=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 222 (87.11% from 255 or 94.47% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 222 - color contains mainly: green. Hex color #00DE0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00DE0D is #FF21F2. Grayscale: #848484. Windows color (decimal): -16720371 or 908800. OLE color: 908800.

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

Color convert

RGB022213-
CMYK100.940.13
HSL123.51º100%43.53%-
HSV(B)123.51º100%87.06%-
XYZ26.1952.279.09-
YUV131.860.9533.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 222 (87.11% from 255) = 94.47%
BLUE value IS 13 (5.47% from 255) = 5.53%
R=0%
G=94.47%
B=5.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal022213100.940.13123.5110043.53
Hex0DED6405ED7c642c
Octal03361514401361517414454
Binary0110111101101110010001011110110111111001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,222,13); }

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

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

 a { background-color: rgb(0,222,13); }

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

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

 span { border-color: rgb(0,222,13); }

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