Html Css Color HEX #0CC42C Dark Pastel Green

📋 copy color: '#0CC42C'

red 12 ◦ green 196 ◦ blue 44

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

Shades of Dark Pastel Green #0CC42C

Tints of Dark Pastel Green #0CC42C

RGB

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

 GREEN value IS 196 (76.95% from 255) = 77.78%

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 4.76%
G = 77.78%
B = 17.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#0CC42C (or 0x0CC42C) is known color: Dark Pastel Green. HEX triplet: 0C, C4 and 2C. RGB value is (12,196,44). Sum of RGB (Red+Green+Blue) = 12+196+44=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 196 (76.95% from 255 or 77.78% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 196 - color contains mainly: green. Hex color #0CC42C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC42C is #F33BD3. Grayscale: #7C7C7C. Windows color (decimal): -15940564 or 2933772. OLE color: 2933772.

HSL color Cylindrical-coordinate representation of color #0CC42C: hue angle of 130.43º degrees, saturation: 0.88, 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 #0CC42C is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 12 196 44 -
CMYK 0.94 0 0.78 0.23
HSL 130.43º 0.88% 0.41% -
HSV(B) 130.43º 0.94% 0.77% -
XYZ 20.35 39.74 8.98 -
YUV 123.66 83.04 48.36 -
System Red Green Blue C M Y K H S L
Decimal 12 196 44 0.94 0 0.78 0.23 130.43 0.88 0.41
Hex C C4 2C 5E 0 4E 17 82 58 29
Octal 14 304 54 136 0 116 27 202 130 51
Binary 1100 11000100 101100 1011110 0 1001110 10111 10000010 1011000 101001

Color Harmonies of #0CC42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC42C

Black with #0CC42C

Text Example


Text Example

White with #0CC42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,196,44); }

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

background-color css

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

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

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

border-color css

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

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

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