#05A830

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

Shades of Dark Pastel Green #05A830

Tints of Dark Pastel Green #05A830

Color information

#05A830 (or 0x05A830) is unknown color: approx Dark Pastel Green. HEX triplet: 05, A8 and 30. RGB value is (5,168,48). Sum of RGB (Red+Green+Blue) = 5+168+48=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 168 (66.02% from 255 or 76.02% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 168 - color contains mainly: green. Hex color #05A830 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05A830 is #FA57CF. Grayscale: #696969. Windows color (decimal): -16406480 or 3188741. OLE color: 3188741.

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

Color convert

RGB516848-
CMYK0.9700.710.34
HSL135.83º94.22%33.92%-
HSV(B)135.83º97.02%65.88%-
XYZ14.628.257.48-
YUV105.5895.556.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 168 (66.02% from 255) = 76.02%
BLUE value IS 48 (19.14% from 255) = 21.72%
R=2.26%
G=76.02%
B=21.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5168480.9700.710.34135.8394.2233.92
Hex5A8306104722885e22
Octal52506014101074221013642
Binary10110101000110000110000101000111100010100010001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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