#0CA536

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

Shades of Dark Pastel Green #0CA536

Tints of Dark Pastel Green #0CA536

Color information

#0CA536 (or 0x0CA536) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A5 and 36. RGB value is (12,165,54). Sum of RGB (Red+Green+Blue) = 12+165+54=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 165 (64.84% from 255 or 71.43% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA536 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA536 is #F35AC9. Grayscale: #6A6A6A. Windows color (decimal): -15948490 or 3581196. OLE color: 3581196.

HSL color Cylindrical-coordinate representation of color #0CA536: hue angle of 136.47º 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 #0CA536 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB1216554-
CMYK0.9300.670.35
HSL136.47º86.44%34.71%-
HSV(B)136.47º92.73%64.71%-
XYZ14.2727.258-
YUV106.698.3160.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.19%
GREEN value IS 165 (64.84% from 255) = 71.43%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=5.19%
G=71.43%
B=23.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12165540.9300.670.35136.4786.4434.71
HexCA5365D04323885623
Octal142456613501034321012643
Binary110010100101110110101110101000011100011100010001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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