#0DCA03

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

Shades of Free Speech Green #0DCA03

Tints of Free Speech Green #0DCA03

Color information

#0DCA03 (or 0x0DCA03) is unknown color: approx Free Speech Green. HEX triplet: 0D, CA and 03. RGB value is (13,202,3). Sum of RGB (Red+Green+Blue) = 13+202+3=218 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.96% from 218); Green value is 202 (79.30% from 255 or 92.66% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 202 - color contains mainly: green. Hex color #0DCA03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCA03 is #F235FC. Grayscale: #7B7B7B. Windows color (decimal): -15873533 or 248333. OLE color: 248333.

HSL color Cylindrical-coordinate representation of color #0DCA03: hue angle of 116.98º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0DCA03 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB132023-
CMYK0.9400.990.21
HSL116.98º97.07%40.2%-
HSV(B)116.98º98.51%79.22%-
XYZ21.342.337.13-
YUV122.860.3849.68-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.96%
GREEN value IS 202 (79.30% from 255) = 92.66%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=5.96%
G=92.66%
B=1.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1320230.9400.990.21116.9897.0740.2
HexDCA35E06315756128
Octal15312313601432516514150
Binary110111001010111011110011000111010111101011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,202,3); }

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

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

 a { background-color: rgb(13,202,3); }

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

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

 span { border-color: rgb(13,202,3); }

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