#05A130

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

Shades of Dark Pastel Green #05A130

Tints of Dark Pastel Green #05A130

Color information

#05A130 (or 0x05A130) is unknown color: approx Dark Pastel Green. HEX triplet: 05, A1 and 30. RGB value is (5,161,48). Sum of RGB (Red+Green+Blue) = 5+161+48=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 161 (63.28% from 255 or 75.23% from 214); Blue value is 48 (19.14% from 255 or 22.43% from 214); Max value from RGB is 161 - color contains mainly: green. Hex color #05A130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A130 is #FA5ECF. Grayscale: #656565. Windows color (decimal): -16408272 or 3186949. OLE color: 3186949.

HSL color Cylindrical-coordinate representation of color #05A130: hue angle of 136.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A130 is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB516148-
CMYK0.9700.700.37
HSL136.54º93.98%32.55%-
HSV(B)136.54º96.89%63.14%-
XYZ13.3425.747.06-
YUV101.4797.8259.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.34%
GREEN value IS 161 (63.28% from 255) = 75.23%
BLUE value IS 48 (19.14% from 255) = 22.43%
R=2.34%
G=75.23%
B=22.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5161480.9700.700.37136.5493.9832.55
Hex5A1306104625895e21
Octal52416014101064521113641
Binary10110100001110000110000101000110100101100010011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,161,48); }

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

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

 a { background-color: rgb(5,161,48); }

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

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

 span { border-color: rgb(5,161,48); }

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