#0DDE19

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

Shades of Free Speech Green #0DDE19

Tints of Free Speech Green #0DDE19

Color information

#0DDE19 (or 0x0DDE19) is unknown color: approx Free Speech Green. HEX triplet: 0D, DE and 19. RGB value is (13,222,25). Sum of RGB (Red+Green+Blue) = 13+222+25=260 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5% from 260); Green value is 222 (87.11% from 255 or 85.38% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDE19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDE19 is #F221E6. Grayscale: #898989. Windows color (decimal): -15868391 or 1695245. OLE color: 1695245.

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

Color convert

RGB1322225-
CMYK0.9400.890.13
HSL123.44º88.94%46.08%-
HSV(B)123.44º94.14%87.06%-
XYZ26.4652.49.64-
YUV137.0564.7639.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5%
GREEN value IS 222 (87.11% from 255) = 85.38%
BLUE value IS 25 (10.16% from 255) = 9.62%
R=5%
G=85.38%
B=9.62%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal13222250.9400.890.13123.4488.9446.08
HexDDE195E059D7b592e
Octal153363113601311517313156
Binary11011101111011001101111001011001110111110111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DDE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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