#0CA52A

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

Shades of Dark Pastel Green #0CA52A

Tints of Dark Pastel Green #0CA52A

Color information

#0CA52A (or 0x0CA52A) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A5 and 2A. RGB value is (12,165,42). Sum of RGB (Red+Green+Blue) = 12+165+42=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 165 (64.84% from 255 or 75.34% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA52A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA52A is #F35AD5. Grayscale: #696969. Windows color (decimal): -15948502 or 2794764. OLE color: 2794764.

HSL color Cylindrical-coordinate representation of color #0CA52A: hue angle of 131.76º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA52A is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB1216542-
CMYK0.9300.750.35
HSL131.76º86.44%34.71%-
HSV(B)131.76º92.73%64.71%-
XYZ14.0227.166.69-
YUV105.2392.3161.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.48%
GREEN value IS 165 (64.84% from 255) = 75.34%
BLUE value IS 42 (16.80% from 255) = 19.18%
R=5.48%
G=75.34%
B=19.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12165420.9300.750.35131.7686.4434.71
HexCA52A5D04B23845623
Octal142455213501134320412643
Binary110010100101101010101110101001011100011100001001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,165,42); }

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

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

 a { background-color: rgb(12,165,42); }

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

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

 span { border-color: rgb(12,165,42); }

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