#098013

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

Shades of Green #098013

Tints of Green #098013

Color information

#098013 (or 0x098013) is unknown color: approx Green. HEX triplet: 09, 80 and 13. RGB value is (9,128,19). Sum of RGB (Red+Green+Blue) = 9+128+19=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 128 (50.39% from 255 or 82.05% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 128 - color contains mainly: green. Hex color #098013 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098013 is #F67FEC. Grayscale: #505050. Windows color (decimal): -16154605 or 1277961. OLE color: 1277961.

HSL color Cylindrical-coordinate representation of color #098013: hue angle of 125.04º 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 #098013 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB912819-
CMYK0.9300.850.50
HSL125.04º86.86%26.86%-
HSV(B)125.04º92.97%50.2%-
XYZ7.9515.543.2-
YUV79.9993.5877.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 128 (50.39% from 255) = 82.05%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=5.77%
G=82.05%
B=12.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9128190.9300.850.50125.0486.8626.86
Hex980135D055327d571b
Octal112002313501256217512733
Binary100110000000100111011101010101011100101111101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098013; }

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

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

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

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

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

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

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

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