#0CC52B

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

Shades of Dark Pastel Green #0CC52B

Tints of Dark Pastel Green #0CC52B

Color information

#0CC52B (or 0x0CC52B) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, C5 and 2B. RGB value is (12,197,43). Sum of RGB (Red+Green+Blue) = 12+197+43=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 197 (77.34% from 255 or 78.17% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 197 - color contains mainly: green. Hex color #0CC52B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CC52B is #F33AD4. Grayscale: #7C7C7C. Windows color (decimal): -15940309 or 2868492. OLE color: 2868492.

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

Color convert

RGB1219743-
CMYK0.9400.780.23
HSL130.05º88.52%40.98%-
HSV(B)130.05º93.91%77.25%-
XYZ20.5540.198.96-
YUV124.1382.2148.02-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.76%
GREEN value IS 197 (77.34% from 255) = 78.17%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=4.76%
G=78.17%
B=17.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal12197430.9400.780.23130.0588.5240.98
HexCC52B5E04E17825929
Octal143055313601162720213151
Binary11001100010110101110111100100111010111100000101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CC52B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,197,43); }

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

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

 a { background-color: rgb(12,197,43); }

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

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

 span { border-color: rgb(12,197,43); }

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