#05A937

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

Shades of Dark Pastel Green #05A937

Tints of Dark Pastel Green #05A937

Color information

#05A937 (or 0x05A937) is unknown color: approx Dark Pastel Green. HEX triplet: 05, A9 and 37. RGB value is (5,169,55). Sum of RGB (Red+Green+Blue) = 5+169+55=229 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.18% from 229); Green value is 169 (66.41% from 255 or 73.80% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 169 - color contains mainly: green. Hex color #05A937 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A937 is #FA56C8. Grayscale: #6B6B6B. Windows color (decimal): -16406217 or 3647749. OLE color: 3647749.

HSL color Cylindrical-coordinate representation of color #05A937: hue angle of 138.29º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A937 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB516955-
CMYK0.9700.670.34
HSL138.29º94.25%34.12%-
HSV(B)138.29º97.04%66.27%-
XYZ14.9428.688.36-
YUV106.9798.6755.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.18%
GREEN value IS 169 (66.41% from 255) = 73.80%
BLUE value IS 55 (21.88% from 255) = 24.02%
R=2.18%
G=73.80%
B=24.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5169550.9700.670.34138.2994.2534.12
Hex5A93761043228a5e22
Octal52516714101034221213642
Binary10110101001110111110000101000011100010100010101011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A937; }

 p { color: rgb(5,169,55); }

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

<style>
 a { background-color: #05A937; }

 a { background-color: rgb(5,169,55); }

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

<style>
 span { border-color: #05A937; }

 span { border-color: rgb(5,169,55); }

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