#095E0A

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

Shades of Green #095E0A

Tints of Green #095E0A

Color information

#095E0A (or 0x095E0A) is unknown color: approx Green. HEX triplet: 09, 5E and 0A. RGB value is (9,94,10). Sum of RGB (Red+Green+Blue) = 9+94+10=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 94 (37.11% from 255 or 83.19% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 94 - color contains mainly: green. Hex color #095E0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E0A is #F6A1F5. Grayscale: #3B3B3B. Windows color (decimal): -16163318 or 679433. OLE color: 679433.

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

Color convert

RGB99410-
CMYK0.9000.890.63
HSL120.71º82.52%20.2%-
HSV(B)120.71º90.43%36.86%-
XYZ4.178.091.63-
YUV59.01100.3492.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 94 (37.11% from 255) = 83.19%
BLUE value IS 10 (4.30% from 255) = 8.85%
R=7.96%
G=83.19%
B=8.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal994100.9000.890.63120.7182.5220.2
Hex95EA5A0593F795314
Octal111361213201317717112324
Binary1001101111010101011010010110011111111111001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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