#095D10

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

Shades of Green #095D10

Tints of Green #095D10

Color information

#095D10 (or 0x095D10) is unknown color: approx Green. HEX triplet: 09, 5D and 10. RGB value is (9,93,16). Sum of RGB (Red+Green+Blue) = 9+93+16=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 93 (36.72% from 255 or 78.81% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 93 - color contains mainly: green. Hex color #095D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095D10 is #F6A2EF. Grayscale: #3B3B3B. Windows color (decimal): -16163568 or 1072393. OLE color: 1072393.

HSL color Cylindrical-coordinate representation of color #095D10: hue angle of 125º 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 #095D10 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB99316-
CMYK0.9000.830.64
HSL125º82.35%20%-
HSV(B)125º90.32%36.47%-
XYZ4.127.921.8-
YUV59.11103.6792.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.63%
GREEN value IS 93 (36.72% from 255) = 78.81%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=7.63%
G=78.81%
B=13.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal993160.9000.830.6412582.3520
Hex95D105A053407d5214
Octal1113520132012310017512224
Binary100110111011000010110100101001110000001111101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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