Html Css Color HEX #0CCA08 Free Speech Green

📋 copy color: '#0CCA08'

red 12 ◦ green 202 ◦ blue 8

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

Shades of Free Speech Green #0CCA08

Tints of Free Speech Green #0CCA08

RGB

 RED value IS 12 (5.08% from 255) = 5.41%

 GREEN value IS 202 (79.3% from 255) = 90.99%

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

R = 5.41%
G = 90.99%
B = 3.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#0CCA08 (or 0x0CCA08) is known color: Free Speech Green. HEX triplet: 0C, CA and 08. RGB value is (12,202,8). Sum of RGB (Red+Green+Blue) = 12+202+8=222 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.41% from 222); Green value is 202 (79.30% from 255 or 90.99% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCA08 is #F335F7. Grayscale: #7B7B7B. Windows color (decimal): -15939064 or 576012. OLE color: 576012.

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

Color convert

RGB 12 202 8 -
CMYK 0.94 0 0.96 0.21
HSL 118.76º 0.92% 0.41% -
HSV(B) 118.76º 0.96% 0.79% -
XYZ 21.32 42.34 7.28 -
YUV 123.07 63.05 48.77 -
System Red Green Blue C M Y K H S L
Decimal 12 202 8 0.94 0 0.96 0.21 118.76 0.92 0.41
Hex C CA 8 5E 0 60 15 77 5C 29
Octal 14 312 10 136 0 140 25 167 134 51
Binary 1100 11001010 1000 1011110 0 1100000 10101 1110111 1011100 101001

Color Harmonies of #0CCA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA08

Black with #0CCA08

Text Example


Text Example

White with #0CCA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,202,8); }

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

background-color css

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

 a { background-color: rgb(12,202,8); }

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

border-color css

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

 span { border-color: rgb(12,202,8); }

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