#095802

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

Shades of Green #095802

Tints of Green #095802

Color information

#095802 (or 0x095802) is unknown color: approx Green. HEX triplet: 09, 58 and 02. RGB value is (9,88,2). Sum of RGB (Red+Green+Blue) = 9+88+2=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 88 (34.77% from 255 or 88.89% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 88 - color contains mainly: green. Hex color #095802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095802 is #F6A7FD. Grayscale: #363636. Windows color (decimal): -16164862 or 153609. OLE color: 153609.

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

Color convert

RGB9882-
CMYK0.9000.980.65
HSL115.12º95.56%17.65%-
HSV(B)115.12º97.73%34.51%-
XYZ3.617.041.23-
YUV54.5898.3395.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 9.09%
GREEN value IS 88 (34.77% from 255) = 88.89%
BLUE value IS 2 (1.17% from 255) = 2.02%
R=9.09%
G=88.89%
B=2.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal98820.9000.980.65115.1295.5617.65
Hex95825A06241736012
Octal111302132014210116314022
Binary100110110001010110100110001010000011110011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095802; }

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

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

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

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

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

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

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

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