#058A0D

Color #058A0D Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #058A0D

Tints of Green #058A0D

Color information

#058A0D (or 0x058A0D) is unknown color: approx Green. HEX triplet: 05, 8A and 0D. RGB value is (5,138,13). Sum of RGB (Red+Green+Blue) = 5+138+13=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 138 (54.30% from 255 or 88.46% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 138 - color contains mainly: green. Hex color #058A0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058A0D is #FA75F2. Grayscale: #545454. Windows color (decimal): -16414195 or 887301. OLE color: 887301.

HSL color Cylindrical-coordinate representation of color #058A0D: hue angle of 123.61º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058A0D is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB513813-
CMYK0.9600.910.46
HSL123.61º93.01%28.04%-
HSV(B)123.61º96.38%54.12%-
XYZ9.2218.243.41-
YUV83.9887.9471.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 138 (54.30% from 255) = 88.46%
BLUE value IS 13 (5.47% from 255) = 8.33%
R=3.21%
G=88.46%
B=8.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5138130.9600.910.46123.6193.0128.04
Hex58AD6005B2E7c5d1c
Octal52121514001335617413534
Binary1011000101011011100000010110111011101111100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058A0D; }

 p { color: rgb(5,138,13); }

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

<style>
 a { background-color: #058A0D; }

 a { background-color: rgb(5,138,13); }

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

<style>
 span { border-color: #058A0D; }

 span { border-color: rgb(5,138,13); }

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