#098501

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

Shades of Green #098501

Tints of Green #098501

Color information

#098501 (or 0x098501) is unknown color: approx Green. HEX triplet: 09, 85 and 01. RGB value is (9,133,1). Sum of RGB (Red+Green+Blue) = 9+133+1=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 133 (52.34% from 255 or 93.01% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 133 - color contains mainly: green. Hex color #098501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #098501 is #F67AFE. Grayscale: #515151. Windows color (decimal): -16153343 or 99593. OLE color: 99593.

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

Color convert

RGB91331-
CMYK0.9300.990.48
HSL116.36º98.51%26.27%-
HSV(B)116.36º99.25%52.16%-
XYZ8.5116.842.83-
YUV80.8882.9276.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 133 (52.34% from 255) = 93.01%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=6.29%
G=93.01%
B=0.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal913310.9300.990.48116.3698.5126.27
Hex98515D0633074631a
Octal11205113501436016414332
Binary10011000010111011101011000111100001110100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098501; }

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

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

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

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

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

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

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

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