Html Css Color HEX #0CCA09 Free Speech Green

📋 copy color: '#0CCA09'

red 12 ◦ green 202 ◦ blue 9

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

Shades of Free Speech Green #0CCA09

Tints of Free Speech Green #0CCA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.04%

R = 5.38%
G = 90.58%
B = 4.04%

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

#0CCA09 (or 0x0CCA09) is known color: Free Speech Green. HEX triplet: 0C, CA and 09. RGB value is (12,202,9). Sum of RGB (Red+Green+Blue) = 12+202+9=223 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.38% from 223); Green value is 202 (79.30% from 255 or 90.58% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCA09 is #F335F6. Grayscale: #7B7B7B. Windows color (decimal): -15939063 or 641548. OLE color: 641548.

HSL color Cylindrical-coordinate representation of color #0CCA09: hue angle of 119.07º degrees, saturation: 0.91, 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 #0CCA09 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 202 9 -
CMYK 0.94 0 0.96 0.21
HSL 119.07º 0.91% 0.41% -
HSV(B) 119.07º 0.96% 0.79% -
XYZ 21.32 42.34 7.31 -
YUV 123.19 63.55 48.69 -
System Red Green Blue C M Y K H S L
Decimal 12 202 9 0.94 0 0.96 0.21 119.07 0.91 0.41
Hex C CA 9 5E 0 60 15 77 5B 29
Octal 14 312 11 136 0 140 25 167 133 51
Binary 1100 11001010 1001 1011110 0 1100000 10101 1110111 1011011 101001

Color Harmonies of #0CCA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA09

Black with #0CCA09

Text Example


Text Example

White with #0CCA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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