#0CA535

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

Shades of Dark Pastel Green #0CA535

Tints of Dark Pastel Green #0CA535

Color information

#0CA535 (or 0x0CA535) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A5 and 35. RGB value is (12,165,53). Sum of RGB (Red+Green+Blue) = 12+165+53=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 165 (64.84% from 255 or 71.74% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA535 is #F35ACA. Grayscale: #6A6A6A. Windows color (decimal): -15948491 or 3515660. OLE color: 3515660.

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

Color convert

RGB1216553-
CMYK0.9300.680.35
HSL136.08º86.44%34.71%-
HSV(B)136.08º92.73%64.71%-
XYZ14.2527.257.88-
YUV106.4897.8160.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.22%
GREEN value IS 165 (64.84% from 255) = 71.74%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=5.22%
G=71.74%
B=23.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12165530.9300.680.35136.0886.4434.71
HexCA5355D04423885623
Octal142456513501044321012643
Binary110010100101110101101110101000100100011100010001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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