#095A05

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

Shades of Green #095A05

Tints of Green #095A05

Color information

#095A05 (or 0x095A05) is unknown color: approx Green. HEX triplet: 09, 5A and 05. RGB value is (9,90,5). Sum of RGB (Red+Green+Blue) = 9+90+5=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 90 (35.55% from 255 or 86.54% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 90 - color contains mainly: green. Hex color #095A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095A05 is #F6A5FA. Grayscale: #383838. Windows color (decimal): -16164347 or 350729. OLE color: 350729.

HSL color Cylindrical-coordinate representation of color #095A05: hue angle of 117.18º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095A05 is Cyan = 0.9, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB9905-
CMYK0.900.940.65
HSL117.18º89.47%18.63%-
HSV(B)117.18º94.44%35.29%-
XYZ3.87.381.37-
YUV56.0999.1694.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.65%
GREEN value IS 90 (35.55% from 255) = 86.54%
BLUE value IS 5 (2.34% from 255) = 4.81%
R=8.65%
G=86.54%
B=4.81%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal99050.900.940.65117.1889.4718.63
Hex95A55A05E41755913
Octal111325132013610116513123
Binary1001101101010110110100101111010000011110101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095A05; }

 p { color: rgb(9,90,5); }

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

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

 a { background-color: rgb(9,90,5); }

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

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

 span { border-color: rgb(9,90,5); }

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