#09850B

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

Shades of Green #09850B

Tints of Green #09850B

Color information

#09850B (or 0x09850B) is unknown color: approx Green. HEX triplet: 09, 85 and 0B. RGB value is (9,133,11). Sum of RGB (Red+Green+Blue) = 9+133+11=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 133 (52.34% from 255 or 86.93% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 133 - color contains mainly: green. Hex color #09850B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #09850B is #F67AF4. Grayscale: #525252. Windows color (decimal): -16153333 or 754953. OLE color: 754953.

HSL color Cylindrical-coordinate representation of color #09850B: hue angle of 120.97º 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 #09850B is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB913311-
CMYK0.9300.920.48
HSL120.97º87.32%27.84%-
HSV(B)120.97º93.23%52.16%-
XYZ8.5616.863.12-
YUV82.0287.9275.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 133 (52.34% from 255) = 86.93%
BLUE value IS 11 (4.69% from 255) = 7.19%
R=5.88%
G=86.93%
B=7.19%

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
Decimal9133110.9300.920.48120.9787.3227.84
Hex985B5D05C3079571c
Octal112051313501346017112734
Binary10011000010110111011101010111001100001111001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09850B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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