Html Css Color HEX #095801 Green

📋 copy color: '#095801'

red 9 ◦ green 88 ◦ blue 1

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

Shades of Green #095801

Tints of Green #095801

RGB

 RED value IS 9 (3.91% from 255) = 9.18%

 GREEN value IS 88 (34.77% from 255) = 89.8%

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

R = 9.18%
G = 89.8%
B = 1.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#095801 (or 0x095801) is known color: Green. HEX triplet: 09, 58 and 01. RGB value is (9,88,1). Sum of RGB (Red+Green+Blue) = 9+88+1=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 88 (34.77% from 255 or 89.80% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 88 - color contains mainly: green. Hex color #095801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095801 is #F6A7FE. Grayscale: #363636. Windows color (decimal): -16164863 or 88073. OLE color: 88073.

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

Color convert

RGB 9 88 1 -
CMYK 0.90 0 0.99 0.65
HSL 114.48º 0.98% 0.17% -
HSV(B) 114.48º 0.99% 0.35% -
XYZ 3.61 7.04 1.2 -
YUV 54.46 97.83 95.57 -
System Red Green Blue C M Y K H S L
Decimal 9 88 1 0.90 0 0.99 0.65 114.48 0.98 0.17
Hex 9 58 1 5A 0 63 41 72 62 11
Octal 11 130 1 132 0 143 101 162 142 21
Binary 1001 1011000 1 1011010 0 1100011 1000001 1110010 1100010 10001

Color Harmonies of #095801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095801

Black with #095801

Text Example


Text Example

White with #095801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095801; }

 p { color: rgb(9,88,1); }

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

background-color css

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

 a { background-color: rgb(9,88,1); }

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

border-color css

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

 span { border-color: rgb(9,88,1); }

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