#095D0A

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

Shades of Green #095D0A

Tints of Green #095D0A

Color information

#095D0A (or 0x095D0A) is unknown color: approx Green. HEX triplet: 09, 5D and 0A. RGB value is (9,93,10). Sum of RGB (Red+Green+Blue) = 9+93+10=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 93 (36.72% from 255 or 83.04% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 93 - color contains mainly: green. Hex color #095D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095D0A is #F6A2F5. Grayscale: #3A3A3A. Windows color (decimal): -16163574 or 679177. OLE color: 679177.

HSL color Cylindrical-coordinate representation of color #095D0A: hue angle of 120.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095D0A is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB99310-
CMYK0.9000.890.64
HSL120.71º82.35%20%-
HSV(B)120.71º90.32%36.47%-
XYZ4.087.911.6-
YUV58.42100.6792.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 93 (36.72% from 255) = 83.04%
BLUE value IS 10 (4.30% from 255) = 8.93%
R=8.04%
G=83.04%
B=8.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal993100.9000.890.64120.7182.3520
Hex95DA5A05940795214
Octal1113512132013110017112224
Binary10011011101101010110100101100110000001111001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,93,10); }

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

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

 a { background-color: rgb(9,93,10); }

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

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

 span { border-color: rgb(9,93,10); }

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