Html Css Color HEX #0CCD0C Free Speech Green

📋 copy color: '#0CCD0C'

red 12 ◦ green 205 ◦ blue 12

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

Shades of Free Speech Green #0CCD0C

Tints of Free Speech Green #0CCD0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.24%

R = 5.24%
G = 89.52%
B = 5.24%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#0CCD0C (or 0x0CCD0C) is known color: Free Speech Green. HEX triplet: 0C, CD and 0C. RGB value is (12,205,12). Sum of RGB (Red+Green+Blue) = 12+205+12=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 205 (80.47% from 255 or 89.52% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCD0C is #F332F3. Grayscale: #7D7D7D. Windows color (decimal): -15938292 or 838924. OLE color: 838924.

HSL color Cylindrical-coordinate representation of color #0CCD0C: hue angle of 120º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCD0C is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 205 12 -
CMYK 0.94 0 0.94 0.20
HSL 120º 0.89% 0.43% -
HSV(B) 120º 0.94% 0.8% -
XYZ 22.05 43.77 7.63 -
YUV 125.29 64.06 47.19 -
System Red Green Blue C M Y K H S L
Decimal 12 205 12 0.94 0 0.94 0.20 120 0.89 0.43
Hex C CD C 5E 0 5E 14 78 59 2B
Octal 14 315 14 136 0 136 24 170 131 53
Binary 1100 11001101 1100 1011110 0 1011110 10100 1111000 1011001 101011

Color Harmonies of #0CCD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCD0C

Black with #0CCD0C

Text Example


Text Example

White with #0CCD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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