#098014

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

Shades of Green #098014

Tints of Green #098014

Color information

#098014 (or 0x098014) is unknown color: approx Green. HEX triplet: 09, 80 and 14. RGB value is (9,128,20). Sum of RGB (Red+Green+Blue) = 9+128+20=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 128 (50.39% from 255 or 81.53% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 128 - color contains mainly: green. Hex color #098014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098014 is #F67FEB. Grayscale: #505050. Windows color (decimal): -16154604 or 1343497. OLE color: 1343497.

HSL color Cylindrical-coordinate representation of color #098014: hue angle of 125.55º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098014 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB912820-
CMYK0.9300.840.50
HSL125.55º86.86%26.86%-
HSV(B)125.55º92.97%50.2%-
XYZ7.9615.553.24-
YUV80.1194.0877.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 128 (50.39% from 255) = 81.53%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=5.73%
G=81.53%
B=12.74%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9128200.9300.840.50125.5586.8626.86
Hex980145D054327e571b
Octal112002413501246217612733
Binary100110000000101001011101010101001100101111110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098014; }

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

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

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

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

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

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

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

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