#095F11

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

Shades of Green #095F11

Tints of Green #095F11

Color information

#095F11 (or 0x095F11) is unknown color: approx Green. HEX triplet: 09, 5F and 11. RGB value is (9,95,17). Sum of RGB (Red+Green+Blue) = 9+95+17=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 95 (37.5% from 255 or 78.51% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 95 - color contains mainly: green. Hex color #095F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095F11 is #F6A0EE. Grayscale: #3C3C3C. Windows color (decimal): -16163055 or 1138441. OLE color: 1138441.

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

Color convert

RGB99517-
CMYK0.9100.820.63
HSL125.58º82.69%20.39%-
HSV(B)125.58º90.53%37.25%-
XYZ4.318.281.9-
YUV60.39103.5191.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 95 (37.5% from 255) = 78.51%
BLUE value IS 17 (7.03% from 255) = 14.05%
R=7.44%
G=78.51%
B=14.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal995170.9100.820.63125.5882.6920.39
Hex95F115B0523F7e5314
Octal111372113301227717612324
Binary10011011111100011011011010100101111111111110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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