Html Css Color HEX #0CC512 Dark Pastel Green

📋 copy color: '#0CC512'

red 12 ◦ green 197 ◦ blue 18

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

Shades of Dark Pastel Green #0CC512

Tints of Dark Pastel Green #0CC512

RGB

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

 GREEN value IS 197 (77.34% from 255) = 86.78%

 BLUE value IS 18 (7.42% from 255) = 7.93%

R = 5.29%
G = 86.78%
B = 7.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#0CC512 (or 0x0CC512) is known color: Dark Pastel Green. HEX triplet: 0C, C5 and 12. RGB value is (12,197,18). Sum of RGB (Red+Green+Blue) = 12+197+18=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 197 (77.34% from 255 or 86.78% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 197 - color contains mainly: green. Hex color #0CC512 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CC512 is #F33AED. Grayscale: #797979. Windows color (decimal): -15940334 or 1230092. OLE color: 1230092.

HSL color Cylindrical-coordinate representation of color #0CC512: hue angle of 121.95º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC512 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 12 197 18 -
CMYK 0.94 0 0.91 0.23
HSL 121.95º 0.89% 0.41% -
HSV(B) 121.95º 0.94% 0.77% -
XYZ 20.23 40.05 7.24 -
YUV 121.28 69.71 50.05 -
System Red Green Blue C M Y K H S L
Decimal 12 197 18 0.94 0 0.91 0.23 121.95 0.89 0.41
Hex C C5 12 5E 0 5B 17 7A 59 29
Octal 14 305 22 136 0 133 27 172 131 51
Binary 1100 11000101 10010 1011110 0 1011011 10111 1111010 1011001 101001

Color Harmonies of #0CC512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC512

Black with #0CC512

Text Example


Text Example

White with #0CC512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,197,18); }

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

background-color css

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

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

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

border-color css

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

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

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