#0CCA3B

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

Shades of Dark Pastel Green #0CCA3B

Tints of Dark Pastel Green #0CCA3B

Color information

#0CCA3B (or 0x0CCA3B) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, CA and 3B. RGB value is (12,202,59). Sum of RGB (Red+Green+Blue) = 12+202+59=273 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.40% from 273); Green value is 202 (79.30% from 255 or 73.99% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA3B is #F335C4. Grayscale: #818181. Windows color (decimal): -15939013 or 3918348. OLE color: 3918348.

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

Color convert

RGB1220259-
CMYK0.9400.710.21
HSL134.84º88.79%41.96%-
HSV(B)134.84º94.06%79.22%-
XYZ22.0642.6311.2-
YUV128.8988.5544.63-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.40%
GREEN value IS 202 (79.30% from 255) = 73.99%
BLUE value IS 59 (23.44% from 255) = 21.61%
R=4.40%
G=73.99%
B=21.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12202590.9400.710.21134.8488.7941.96
HexCCA3B5E0471587592a
Octal143127313601072520713152
Binary11001100101011101110111100100011110101100001111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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