#098A12

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

Shades of Green #098A12

Tints of Green #098A12

Color information

#098A12 (or 0x098A12) is unknown color: approx Green. HEX triplet: 09, 8A and 12. RGB value is (9,138,18). Sum of RGB (Red+Green+Blue) = 9+138+18=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 138 (54.30% from 255 or 83.64% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 138 - color contains mainly: green. Hex color #098A12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098A12 is #F675ED. Grayscale: #565656. Windows color (decimal): -16152046 or 1214985. OLE color: 1214985.

HSL color Cylindrical-coordinate representation of color #098A12: hue angle of 124.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098A12 is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB913818-
CMYK0.9300.870.46
HSL124.19º87.76%28.82%-
HSV(B)124.19º93.48%54.12%-
XYZ9.3118.283.61-
YUV85.7589.7673.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 138 (54.30% from 255) = 83.64%
BLUE value IS 18 (7.42% from 255) = 10.91%
R=5.45%
G=83.64%
B=10.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9138180.9300.870.46124.1987.7628.82
Hex98A125D0572E7c581d
Octal112122213501275617413035
Binary100110001010100101011101010101111011101111100101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098A12; }

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

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

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

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

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

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

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

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