#0DCD02

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

Shades of Free Speech Green #0DCD02

Tints of Free Speech Green #0DCD02

Color information

#0DCD02 (or 0x0DCD02) is unknown color: approx Free Speech Green. HEX triplet: 0D, CD and 02. RGB value is (13,205,2). Sum of RGB (Red+Green+Blue) = 13+205+2=220 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.91% from 220); Green value is 205 (80.47% from 255 or 93.18% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 205 - color contains mainly: green. Hex color #0DCD02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCD02 is #F232FD. Grayscale: #7D7D7D. Windows color (decimal): -15872766 or 183565. OLE color: 183565.

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

Color convert

RGB132052-
CMYK0.9400.990.20
HSL116.75º98.07%40.59%-
HSV(B)116.75º99.02%80.39%-
XYZ22.0143.757.34-
YUV124.4558.8948.51-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.91%
GREEN value IS 205 (80.47% from 255) = 93.18%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=5.91%
G=93.18%
B=0.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1320520.9400.990.20116.7598.0740.59
HexDCD25E06314756229
Octal15315213601432416514251
Binary110111001101101011110011000111010011101011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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