#098200

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

Shades of Green #098200

Tints of Green #098200

Color information

#098200 (or 0x098200) is unknown color: approx Green. HEX triplet: 09, 82 and 00. RGB value is (9,130,0). Sum of RGB (Red+Green+Blue) = 9+130+0=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 130 (51.17% from 255 or 93.53% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 130 - color contains mainly: green. Hex color #098200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098200 is #F67DFF. Grayscale: #4F4F4F. Windows color (decimal): -16154112 or 33289. OLE color: 33289.

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

Color convert

RGB91300-
CMYK0.93010.49
HSL115.85º100%25.49%-
HSV(B)115.85º100%50.98%-
XYZ8.116.022.67-
YUV7983.4178.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 130 (51.17% from 255) = 93.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.47%
G=93.53%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal913000.93010.49115.8510025.49
Hex98205D06431746419
Octal11202013501446116414431
Binary10011000001001011101011001001100011110100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098200; }

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

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

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

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

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

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

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

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