#085A01

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

Shades of Green #085A01

Tints of Green #085A01

Color information

#085A01 (or 0x085A01) is unknown color: approx Green. HEX triplet: 08, 5A and 01. RGB value is (8,90,1). Sum of RGB (Red+Green+Blue) = 8+90+1=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 90 (35.55% from 255 or 90.91% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 90 - color contains mainly: green. Hex color #085A01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085A01 is #F7A5FE. Grayscale: #373737. Windows color (decimal): -16229887 or 88584. OLE color: 88584.

HSL color Cylindrical-coordinate representation of color #085A01: hue angle of 115.28º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #085A01 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB8901-
CMYK0.9100.990.65
HSL115.28º97.8%17.84%-
HSV(B)115.28º98.89%35.29%-
XYZ3.767.371.25-
YUV55.3497.3394.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 90 (35.55% from 255) = 90.91%
BLUE value IS 1 (0.78% from 255) = 1.01%
R=8.08%
G=90.91%
B=1.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89010.9100.990.65115.2897.817.84
Hex85A15B06341736212
Octal101321133014310116314222
Binary10001011010110110110110001110000011110011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085A01; }

 p { color: rgb(8,90,1); }

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

<style>
 a { background-color: #085A01; }

 a { background-color: rgb(8,90,1); }

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

<style>
 span { border-color: #085A01; }

 span { border-color: rgb(8,90,1); }

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