#09850A

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

Shades of Green #09850A

Tints of Green #09850A

Color information

#09850A (or 0x09850A) is unknown color: approx Green. HEX triplet: 09, 85 and 0A. RGB value is (9,133,10). Sum of RGB (Red+Green+Blue) = 9+133+10=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 133 (52.34% from 255 or 87.5% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 133 - color contains mainly: green. Hex color #09850A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09850A is #F67AF5. Grayscale: #525252. Windows color (decimal): -16153334 or 689417. OLE color: 689417.

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

Color convert

RGB913310-
CMYK0.9300.920.48
HSL120.48º87.32%27.84%-
HSV(B)120.48º93.23%52.16%-
XYZ8.5516.863.09-
YUV81.987.4276-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.92%
GREEN value IS 133 (52.34% from 255) = 87.5%
BLUE value IS 10 (4.30% from 255) = 6.58%
R=5.92%
G=87.5%
B=6.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9133100.9300.920.48120.4887.3227.84
Hex985A5D05C3078571c
Octal112051213501346017012734
Binary10011000010110101011101010111001100001111000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09850A; }

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

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

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

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

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

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

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

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