#0CA537

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

Shades of Dark Pastel Green #0CA537

Tints of Dark Pastel Green #0CA537

Color information

#0CA537 (or 0x0CA537) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A5 and 37. RGB value is (12,165,55). Sum of RGB (Red+Green+Blue) = 12+165+55=232 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.17% from 232); Green value is 165 (64.84% from 255 or 71.12% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA537 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA537 is #F35AC8. Grayscale: #6A6A6A. Windows color (decimal): -15948489 or 3646732. OLE color: 3646732.

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

Color convert

RGB1216555-
CMYK0.9300.670.35
HSL136.86º86.44%34.71%-
HSV(B)136.86º92.73%64.71%-
XYZ14.327.268.12-
YUV106.7198.8160.44-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.17%
GREEN value IS 165 (64.84% from 255) = 71.12%
BLUE value IS 55 (21.88% from 255) = 23.71%
R=5.17%
G=71.12%
B=23.71%

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
Decimal12165550.9300.670.35136.8686.4434.71
HexCA5375D04323895623
Octal142456713501034321112643
Binary110010100101110111101110101000011100011100010011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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