Html Css Color HEX #09805A Tropical Rain Forest

📋 copy color: '#09805A'

red 9 ◦ green 128 ◦ blue 90

#09805A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #09805A

Tints of Tropical Rain Forest #09805A

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 value IS 0.93

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#09805A (or 0x09805A) is known color: 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

RGB 9 128 90 -
CMYK 0.93 0 0.30 0.50
HSL 160.84º 0.87% 0.27% -
HSV(B) 160.84º 0.93% 0.5% -
XYZ 9.68 16.23 12.3 -
YUV 88.09 129.08 71.59 -
System Red Green Blue C M Y K H S L
Decimal 9 128 90 0.93 0 0.30 0.50 160.84 0.87 0.27
Hex 9 80 5A 5D 0 1E 32 A1 57 1B
Octal 11 200 132 135 0 36 62 241 127 33
Binary 1001 10000000 1011010 1011101 0 11110 110010 10100001 1010111 11011

Color Harmonies of #09805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09805A

Black with #09805A

Text Example


Text Example

White with #09805A

Text Example


Text Example

HTML Codes & Css Web 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>