#097E14

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

Shades of Green #097E14

Tints of Green #097E14

Color information

#097E14 (or 0x097E14) is unknown color: approx Green. HEX triplet: 09, 7E and 14. RGB value is (9,126,20). Sum of RGB (Red+Green+Blue) = 9+126+20=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 126 (49.61% from 255 or 81.29% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 126 - color contains mainly: green. Hex color #097E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #097E14 is #F681EB. Grayscale: #4F4F4F. Windows color (decimal): -16155116 or 1342985. OLE color: 1342985.

HSL color Cylindrical-coordinate representation of color #097E14: hue angle of 125.64º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #097E14 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB912620-
CMYK0.9300.840.51
HSL125.64º86.67%26.47%-
HSV(B)125.64º92.86%49.41%-
XYZ7.715.033.16-
YUV78.9394.7478.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 126 (49.61% from 255) = 81.29%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=5.81%
G=81.29%
B=12.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9126200.9300.840.51125.6486.6726.47
Hex97E145D054337e571a
Octal111762413501246317612732
Binary10011111110101001011101010101001100111111110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #097E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #097E14; }

 p { color: rgb(9,126,20); }

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

<style>
 a { background-color: #097E14; }

 a { background-color: rgb(9,126,20); }

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

<style>
 span { border-color: #097E14; }

 span { border-color: rgb(9,126,20); }

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