Html Css Color HEX #0CCC42 Dark Pastel Green

📋 copy color: '#0CCC42'

red 12 ◦ green 204 ◦ blue 66

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

Shades of Dark Pastel Green #0CCC42

Tints of Dark Pastel Green #0CCC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 72.34%

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 4.26%
G = 72.34%
B = 23.4%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#0CCC42 (or 0x0CCC42) is known color: Dark Pastel Green. HEX triplet: 0C, CC and 42. RGB value is (12,204,66). Sum of RGB (Red+Green+Blue) = 12+204+66=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC42 is #F333BD. Grayscale: #838383. Windows color (decimal): -15938494 or 4377612. OLE color: 4377612.

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

Color convert

RGB 12 204 66 -
CMYK 0.94 0 0.68 0.2
HSL 136.88º 0.89% 0.42% -
HSV(B) 136.88º 0.94% 0.8% -
XYZ 22.73 43.66 12.38 -
YUV 130.86 91.39 43.22 -
System Red Green Blue C M Y K H S L
Decimal 12 204 66 0.94 0 0.68 0.2 136.88 0.89 0.42
Hex C CC 42 5E 0 44 14 89 59 2A
Octal 14 314 102 136 0 104 24 211 131 52
Binary 1100 11001100 1000010 1011110 0 1000100 10100 10001001 1011001 101010

Color Harmonies of #0CCC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCC42

Black with #0CCC42

Text Example


Text Example

White with #0CCC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,204,66); }

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

background-color css

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

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

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

border-color css

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

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

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