Html Css Color HEX #0CCD09 Free Speech Green

📋 copy color: '#0CCD09'

red 12 ◦ green 205 ◦ blue 9

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

Shades of Free Speech Green #0CCD09

Tints of Free Speech Green #0CCD09

RGB

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

 GREEN value IS 205 (80.47% from 255) = 90.71%

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

R = 5.31%
G = 90.71%
B = 3.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#0CCD09 (or 0x0CCD09) is known color: Free Speech Green. HEX triplet: 0C, CD and 09. RGB value is (12,205,9). Sum of RGB (Red+Green+Blue) = 12+205+9=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 205 (80.47% from 255 or 90.71% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCD09 is #F332F6. Grayscale: #7D7D7D. Windows color (decimal): -15938295 or 642316. OLE color: 642316.

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

Color convert

RGB 12 205 9 -
CMYK 0.94 0 0.96 0.20
HSL 119.08º 0.92% 0.42% -
HSV(B) 119.08º 0.96% 0.8% -
XYZ 22.03 43.76 7.54 -
YUV 124.95 62.56 47.44 -
System Red Green Blue C M Y K H S L
Decimal 12 205 9 0.94 0 0.96 0.20 119.08 0.92 0.42
Hex C CD 9 5E 0 60 14 77 5C 2A
Octal 14 315 11 136 0 140 24 167 134 52
Binary 1100 11001101 1001 1011110 0 1100000 10100 1110111 1011100 101010

Color Harmonies of #0CCD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCD09

Black with #0CCD09

Text Example


Text Example

White with #0CCD09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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