Html Css Color HEX #085E01 Green

📋 copy color: '#085E01'

red 8 ◦ green 94 ◦ blue 1

#085E01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #085E01

Tints of Green #085E01

RGB

 RED value IS 8 (3.52% from 255) = 7.77%

 GREEN value IS 94 (37.11% from 255) = 91.26%

 BLUE value IS 1 (0.78% from 255) = 0.97%

R = 7.77%
G = 91.26%
B = 0.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.63

RGB Variations

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

Color information

#085E01 (or 0x085E01) is known color: Green. HEX triplet: 08, 5E and 01. RGB value is (8,94,1). Sum of RGB (Red+Green+Blue) = 8+94+1=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 94 (37.11% from 255 or 91.26% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 94 - color contains mainly: green. Hex color #085E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085E01 is #F7A1FE. Grayscale: #393939. Windows color (decimal): -16228863 or 89608. OLE color: 89608.

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

Color convert

RGB 8 94 1 -
CMYK 0.91 0 0.99 0.63
HSL 115.48º 0.98% 0.19% -
HSV(B) 115.48º 0.99% 0.37% -
XYZ 4.11 8.06 1.37 -
YUV 57.68 96.01 92.56 -
System Red Green Blue C M Y K H S L
Decimal 8 94 1 0.91 0 0.99 0.63 115.48 0.98 0.19
Hex 8 5E 1 5B 0 63 3F 73 62 13
Octal 10 136 1 133 0 143 77 163 142 23
Binary 1000 1011110 1 1011011 0 1100011 111111 1110011 1100010 10011

Color Harmonies of #085E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E01

Black with #085E01

Text Example


Text Example

White with #085E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #085E01;
 }
 .AnyTagClassName
 {
   color: #085E01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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