Html Css Color HEX #0CD60E Free Speech Green

📋 copy color: '#0CD60E'

red 12 ◦ green 214 ◦ blue 14

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

Shades of Free Speech Green #0CD60E

Tints of Free Speech Green #0CD60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 5%
G = 89.17%
B = 5.83%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#0CD60E (or 0x0CD60E) is known color: Free Speech Green. HEX triplet: 0C, D6 and 0E. RGB value is (12,214,14). Sum of RGB (Red+Green+Blue) = 12+214+14=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 214 (83.98% from 255 or 89.17% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 214 - color contains mainly: green. Hex color #0CD60E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CD60E is #F329F1. Grayscale: #838383. Windows color (decimal): -15935986 or 972300. OLE color: 972300.

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

Color convert

RGB 12 214 14 -
CMYK 0.94 0 0.93 0.16
HSL 120.59º 0.89% 0.44% -
HSV(B) 120.59º 0.94% 0.84% -
XYZ 24.28 48.2 8.44 -
YUV 130.8 62.08 43.26 -
System Red Green Blue C M Y K H S L
Decimal 12 214 14 0.94 0 0.93 0.16 120.59 0.89 0.44
Hex C D6 E 5E 0 5D 10 79 59 2C
Octal 14 326 16 136 0 135 20 171 131 54
Binary 1100 11010110 1110 1011110 0 1011101 10000 1111001 1011001 101100

Color Harmonies of #0CD60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD60E

Black with #0CD60E

Text Example


Text Example

White with #0CD60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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