Html Css Color HEX #0DCC08 Free Speech Green

📋 copy color: '#0DCC08'

red 13 ◦ green 204 ◦ blue 8

#0DCC08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0DCC08

Tints of Free Speech Green #0DCC08

RGB

 RED value IS 13 (5.47% from 255) = 5.78%

 GREEN value IS 204 (80.08% from 255) = 90.67%

 BLUE value IS 8 (3.52% from 255) = 3.56%

R = 5.78%
G = 90.67%
B = 3.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#0DCC08 (or 0x0DCC08) is known color: Free Speech Green. HEX triplet: 0D, CC and 08. RGB value is (13,204,8). Sum of RGB (Red+Green+Blue) = 13+204+8=225 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.78% from 225); Green value is 204 (80.08% from 255 or 90.67% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DCC08 is #F233F7. Grayscale: #7D7D7D. Windows color (decimal): -15873016 or 576525. OLE color: 576525.

HSL color Cylindrical-coordinate representation of color #0DCC08: hue angle of 118.47º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DCC08 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 13 204 8 -
CMYK 0.94 0 0.96 0.2
HSL 118.47º 0.92% 0.42% -
HSV(B) 118.47º 0.96% 0.8% -
XYZ 21.8 43.29 7.44 -
YUV 124.55 62.22 48.44 -
System Red Green Blue C M Y K H S L
Decimal 13 204 8 0.94 0 0.96 0.2 118.47 0.92 0.42
Hex D CC 8 5E 0 60 14 76 5C 2A
Octal 15 314 10 136 0 140 24 166 134 52
Binary 1101 11001100 1000 1011110 0 1100000 10100 1110110 1011100 101010

Color Harmonies of #0DCC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DCC08

Black with #0DCC08

Text Example


Text Example

White with #0DCC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,204,8); }

 H1.HeaderClassName
 {
   color: #0DCC08;
 }
 .AnyTagClassName
 {
   color: #0DCC08;
 }
</style>

background-color css

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

 a { background-color: rgb(13,204,8); }

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

border-color css

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

 span { border-color: rgb(13,204,8); }

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