#0DD202

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

Shades of Free Speech Green #0DD202

Tints of Free Speech Green #0DD202

Color information

#0DD202 (or 0x0DD202) is unknown color: approx Free Speech Green. HEX triplet: 0D, D2 and 02. RGB value is (13,210,2). Sum of RGB (Red+Green+Blue) = 13+210+2=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 210 (82.42% from 255 or 93.33% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD202 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD202 is #F22DFD. Grayscale: #808080. Windows color (decimal): -15871486 or 184845. OLE color: 184845.

HSL color Cylindrical-coordinate representation of color #0DD202: hue angle of 116.83º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DD202 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB132102-
CMYK0.9400.990.18
HSL116.83º98.11%41.57%-
HSV(B)116.83º99.05%82.35%-
XYZ23.2246.187.75-
YUV127.3857.2346.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.78%
GREEN value IS 210 (82.42% from 255) = 93.33%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=5.78%
G=93.33%
B=0.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1321020.9400.990.18116.8398.1141.57
HexDD225E0631275622a
Octal15322213601432216514252
Binary110111010010101011110011000111001011101011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,210,2); }

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

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

 a { background-color: rgb(13,210,2); }

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

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

 span { border-color: rgb(13,210,2); }

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