#095E12

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

Shades of Green #095E12

Tints of Green #095E12

Color information

#095E12 (or 0x095E12) is unknown color: approx Green. HEX triplet: 09, 5E and 12. RGB value is (9,94,18). Sum of RGB (Red+Green+Blue) = 9+94+18=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 94 (37.11% from 255 or 77.69% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 94 - color contains mainly: green. Hex color #095E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095E12 is #F6A1ED. Grayscale: #3C3C3C. Windows color (decimal): -16163310 or 1203721. OLE color: 1203721.

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

Color convert

RGB99418-
CMYK0.9000.810.63
HSL126.35º82.52%20.2%-
HSV(B)126.35º90.43%36.86%-
XYZ4.228.111.91-
YUV59.92104.3491.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 94 (37.11% from 255) = 77.69%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=7.44%
G=77.69%
B=14.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal994180.9000.810.63126.3582.5220.2
Hex95E125A0513F7e5314
Octal111362213201217717612324
Binary10011011110100101011010010100011111111111110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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