#095F05

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

Shades of Green #095F05

Tints of Green #095F05

Color information

#095F05 (or 0x095F05) is unknown color: approx Green. HEX triplet: 09, 5F and 05. RGB value is (9,95,5). Sum of RGB (Red+Green+Blue) = 9+95+5=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 95 (37.5% from 255 or 87.16% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 95 - color contains mainly: green. Hex color #095F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095F05 is #F6A0FA. Grayscale: #3B3B3B. Windows color (decimal): -16163067 or 352009. OLE color: 352009.

HSL color Cylindrical-coordinate representation of color #095F05: hue angle of 117.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095F05 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.63.

Color convert

RGB9955-
CMYK0.9100.950.63
HSL117.33º90%19.61%-
HSV(B)117.33º94.74%37.25%-
XYZ4.238.251.51-
YUV59.0397.5192.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.26%
GREEN value IS 95 (37.5% from 255) = 87.16%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=8.26%
G=87.16%
B=4.59%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal99550.9100.950.63117.339019.61
Hex95F55B05F3F755a14
Octal11137513301377716513224
Binary100110111111011011011010111111111111110101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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