#0CAA35

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

Shades of Dark Pastel Green #0CAA35

Tints of Dark Pastel Green #0CAA35

Color information

#0CAA35 (or 0x0CAA35) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, AA and 35. RGB value is (12,170,53). Sum of RGB (Red+Green+Blue) = 12+170+53=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 170 (66.80% from 255 or 72.34% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAA35 is #F355CA. Grayscale: #6D6D6D. Windows color (decimal): -15947211 or 3516940. OLE color: 3516940.

HSL color Cylindrical-coordinate representation of color #0CAA35: hue angle of 135.57º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAA35 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1217053-
CMYK0.9300.690.33
HSL135.57º86.81%35.69%-
HSV(B)135.57º92.94%66.67%-
XYZ15.1729.088.18-
YUV109.4296.1558.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.11%
GREEN value IS 170 (66.80% from 255) = 72.34%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=5.11%
G=72.34%
B=22.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12170530.9300.690.33135.5786.8135.69
HexCAA355D04521885724
Octal142526513501054121012744
Binary110010101010110101101110101000101100001100010001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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