#098201

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

Shades of Green #098201

Tints of Green #098201

Color information

#098201 (or 0x098201) is unknown color: approx Green. HEX triplet: 09, 82 and 01. RGB value is (9,130,1). Sum of RGB (Red+Green+Blue) = 9+130+1=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 130 (51.17% from 255 or 92.86% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 130 - color contains mainly: green. Hex color #098201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098201 is #F67DFE. Grayscale: #4F4F4F. Windows color (decimal): -16154111 or 98825. OLE color: 98825.

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

Color convert

RGB91301-
CMYK0.9300.990.49
HSL116.28º98.47%25.69%-
HSV(B)116.28º99.23%50.98%-
XYZ8.116.032.69-
YUV79.1283.9177.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 130 (51.17% from 255) = 92.86%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=6.43%
G=92.86%
B=0.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal913010.9300.990.49116.2898.4725.69
Hex98215D0633174621a
Octal11202113501436116414232
Binary10011000001011011101011000111100011110100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098201; }

 p { color: rgb(9,130,1); }

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

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

 a { background-color: rgb(9,130,1); }

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

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

 span { border-color: rgb(9,130,1); }

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