#05A925

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

Shades of Dark Pastel Green #05A925

Tints of Dark Pastel Green #05A925

Color information

#05A925 (or 0x05A925) is unknown color: approx Dark Pastel Green. HEX triplet: 05, A9 and 25. RGB value is (5,169,37). Sum of RGB (Red+Green+Blue) = 5+169+37=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 169 (66.41% from 255 or 80.09% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 169 - color contains mainly: green. Hex color #05A925 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A925 is #FA56DA. Grayscale: #696969. Windows color (decimal): -16406235 or 2468101. OLE color: 2468101.

HSL color Cylindrical-coordinate representation of color #05A925: hue angle of 131.71º 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 #05A925 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB516937-
CMYK0.9700.780.34
HSL131.71º94.25%34.12%-
HSV(B)131.71º97.04%66.27%-
XYZ14.5828.546.49-
YUV104.9289.6756.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 169 (66.41% from 255) = 80.09%
BLUE value IS 37 (14.84% from 255) = 17.54%
R=2.37%
G=80.09%
B=17.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5169370.9700.780.34131.7194.2534.12
Hex5A9256104E22845e22
Octal52514514101164220413642
Binary10110101001100101110000101001110100010100001001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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