Html Css Color HEX #0CD520 Free Speech Green

📋 copy color: '#0CD520'

red 12 ◦ green 213 ◦ blue 32

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

Shades of Free Speech Green #0CD520

Tints of Free Speech Green #0CD520

RGB

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

 GREEN value IS 213 (83.59% from 255) = 82.88%

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 4.67%
G = 82.88%
B = 12.45%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#0CD520 (or 0x0CD520) is known color: Free Speech Green. HEX triplet: 0C, D5 and 20. RGB value is (12,213,32). Sum of RGB (Red+Green+Blue) = 12+213+32=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 213 (83.59% from 255 or 82.88% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CD520 is #F32ADF. Grayscale: #848484. Windows color (decimal): -15936224 or 2151692. OLE color: 2151692.

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

Color convert

RGB 12 213 32 -
CMYK 0.94 0 0.85 0.16
HSL 125.97º 0.89% 0.44% -
HSV(B) 125.97º 0.94% 0.84% -
XYZ 24.21 47.77 9.31 -
YUV 132.27 71.41 42.22 -
System Red Green Blue C M Y K H S L
Decimal 12 213 32 0.94 0 0.85 0.16 125.97 0.89 0.44
Hex C D5 20 5E 0 55 10 7E 59 2C
Octal 14 325 40 136 0 125 20 176 131 54
Binary 1100 11010101 100000 1011110 0 1010101 10000 1111110 1011001 101100

Color Harmonies of #0CD520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD520

Black with #0CD520

Text Example


Text Example

White with #0CD520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,213,32); }

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

background-color css

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

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

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

border-color css

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

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

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