Html Css Color HEX #0CD609 Free Speech Green

📋 copy color: '#0CD609'

red 12 ◦ green 214 ◦ blue 9

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

Shades of Free Speech Green #0CD609

Tints of Free Speech Green #0CD609

RGB

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

 GREEN value IS 214 (83.98% from 255) = 91.06%

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

R = 5.11%
G = 91.06%
B = 3.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#0CD609 (or 0x0CD609) is known color: Free Speech Green. HEX triplet: 0C, D6 and 09. RGB value is (12,214,9). Sum of RGB (Red+Green+Blue) = 12+214+9=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 214 (83.98% from 255 or 91.06% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 214 - color contains mainly: green. Hex color #0CD609 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD609 is #F329F6. Grayscale: #828282. Windows color (decimal): -15935991 or 644620. OLE color: 644620.

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

Color convert

RGB 12 214 9 -
CMYK 0.94 0 0.96 0.16
HSL 119.12º 0.92% 0.44% -
HSV(B) 119.12º 0.96% 0.84% -
XYZ 24.25 48.19 8.28 -
YUV 130.23 59.58 43.67 -
System Red Green Blue C M Y K H S L
Decimal 12 214 9 0.94 0 0.96 0.16 119.12 0.92 0.44
Hex C D6 9 5E 0 60 10 77 5C 2C
Octal 14 326 11 136 0 140 20 167 134 54
Binary 1100 11010110 1001 1011110 0 1100000 10000 1110111 1011100 101100

Color Harmonies of #0CD609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD609

Black with #0CD609

Text Example


Text Example

White with #0CD609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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