#0DDE06

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

Shades of Free Speech Green #0DDE06

Tints of Free Speech Green #0DDE06

Color information

#0DDE06 (or 0x0DDE06) is unknown color: approx Free Speech Green. HEX triplet: 0D, DE and 06. RGB value is (13,222,6). Sum of RGB (Red+Green+Blue) = 13+222+6=241 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.39% from 241); Green value is 222 (87.11% from 255 or 92.12% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDE06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDE06 is #F221F9. Grayscale: #878787. Windows color (decimal): -15868410 or 450061. OLE color: 450061.

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

Color convert

RGB132226-
CMYK0.9400.970.13
HSL118.06º94.74%44.71%-
HSV(B)118.06º97.3%87.06%-
XYZ26.3252.348.89-
YUV134.8855.2641.06-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.39%
GREEN value IS 222 (87.11% from 255) = 92.12%
BLUE value IS 6 (2.73% from 255) = 2.49%
R=5.39%
G=92.12%
B=2.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1322260.9400.970.13118.0694.7444.71
HexDDE65E061D765f2d
Octal15336613601411516613755
Binary110111011110110101111001100001110111101101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DDE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DDE06; }

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

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

<style>
 a { background-color: #0DDE06; }

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

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

<style>
 span { border-color: #0DDE06; }

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

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