#0CCA2D

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

Shades of Dark Pastel Green #0CCA2D

Tints of Dark Pastel Green #0CCA2D

Color information

#0CCA2D (or 0x0CCA2D) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, CA and 2D. RGB value is (12,202,45). Sum of RGB (Red+Green+Blue) = 12+202+45=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 202 (79.30% from 255 or 77.99% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA2D is #F335D2. Grayscale: #7F7F7F. Windows color (decimal): -15939027 or 3000844. OLE color: 3000844.

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

Color convert

RGB1220245-
CMYK0.9400.780.21
HSL130.42º88.79%41.96%-
HSV(B)130.42º94.06%79.22%-
XYZ21.7542.519.54-
YUV127.2981.5545.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.63%
GREEN value IS 202 (79.30% from 255) = 77.99%
BLUE value IS 45 (17.97% from 255) = 17.37%
R=4.63%
G=77.99%
B=17.37%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12202450.9400.780.21130.4288.7941.96
HexCCA2D5E04E1582592a
Octal143125513601162520213152
Binary11001100101010110110111100100111010101100000101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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