#09805A

Color #09805A Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #09805A

Tints of Tropical Rain Forest #09805A

Color information

#09805A (or 0x09805A) is unknown color: approx Tropical Rain Forest. HEX triplet: 09, 80 and 5A. RGB value is (9,128,90). Sum of RGB (Red+Green+Blue) = 9+128+90=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #09805A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09805A is #F67FA5. Grayscale: #585858. Windows color (decimal): -16154534 or 5931017. OLE color: 5931017.

HSL color Cylindrical-coordinate representation of color #09805A: hue angle of 160.84º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09805A is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB912890-
CMYK0.9300.300.50
HSL160.84º86.86%26.86%-
HSV(B)160.84º92.97%50.2%-
XYZ9.6816.2312.3-
YUV88.09129.0871.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.96%
GREEN value IS 128 (50.39% from 255) = 56.39%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=3.96%
G=56.39%
B=39.65%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9128900.9300.300.50160.8486.8626.86
Hex9805A5D01E32a1571b
Octal112001321350366224112733
Binary1001100000001011010101110101111011001010100001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09805A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,128,90); }

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

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

 a { background-color: rgb(9,128,90); }

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

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

 span { border-color: rgb(9,128,90); }

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