#0CCA3C

Color #0CCA3C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0CCA3C

Tints of Dark Pastel Green #0CCA3C

Color information

#0CCA3C (or 0x0CCA3C) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, CA and 3C. RGB value is (12,202,60). Sum of RGB (Red+Green+Blue) = 12+202+60=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 202 (79.30% from 255 or 73.72% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA3C is #F335C3. Grayscale: #818181. Windows color (decimal): -15939012 or 3983884. OLE color: 3983884.

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

Color convert

RGB1220260-
CMYK0.9400.700.21
HSL135.16º88.79%41.96%-
HSV(B)135.16º94.06%79.22%-
XYZ22.0942.6511.34-
YUV12989.0544.55-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.38%
GREEN value IS 202 (79.30% from 255) = 73.72%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=4.38%
G=73.72%
B=21.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12202600.9400.700.21135.1688.7941.96
HexCCA3C5E0461587592a
Octal143127413601062520713152
Binary11001100101011110010111100100011010101100001111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,202,60); }

 H1.HeaderClassName
 {
   color: #0CCA3C;
 }
 .AnyTagClassName
 {
   color: #0CCA3C;
 }
</style>
background-color css

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

 a { background-color: rgb(12,202,60); }

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

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

 span { border-color: rgb(12,202,60); }

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