Html Css Color HEX #016D5A Tropical Rain Forest

📋 copy color: '#016D5A'

red 1 ◦ green 109 ◦ blue 90

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

Shades of Tropical Rain Forest #016D5A

Tints of Tropical Rain Forest #016D5A

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

 GREEN value IS 109 (42.97% from 255) = 54.5%

 BLUE value IS 90 (35.55% from 255) = 45%

R = 0.5%
G = 54.5%
B = 45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#016D5A (or 0x016D5A) is known color: Tropical Rain Forest. HEX triplet: 01, 6D and 5A. RGB value is (1,109,90). Sum of RGB (Red+Green+Blue) = 1+109+90=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 109 (42.97% from 255 or 54.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 109 - color contains mainly: green. Hex color #016D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D5A is #FE92A5. Grayscale: #4A4A4A. Windows color (decimal): -16683686 or 5926145. OLE color: 5926145.

HSL color Cylindrical-coordinate representation of color #016D5A: hue angle of 169.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D5A is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 1 109 90 -
CMYK 0.99 0 0.17 0.57
HSL 169.44º 0.98% 0.22% -
HSV(B) 169.44º 0.99% 0.43% -
XYZ 7.33 11.68 11.54 -
YUV 74.54 136.72 75.54 -
System Red Green Blue C M Y K H S L
Decimal 1 109 90 0.99 0 0.17 0.57 169.44 0.98 0.22
Hex 1 6D 5A 63 0 11 39 A9 62 16
Octal 1 155 132 143 0 21 71 251 142 26
Binary 1 1101101 1011010 1100011 0 10001 111001 10101001 1100010 10110

Color Harmonies of #016D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016D5A

Black with #016D5A

Text Example


Text Example

White with #016D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016D5A; }

 p { color: rgb(1,109,90); }

 H1.HeaderClassName
 {
   color: #016D5A;
 }
 .AnyTagClassName
 {
   color: #016D5A;
 }
</style>

background-color css

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

 a { background-color: rgb(1,109,90); }

 div.DivClassName
 {
   background-color: #016D5A;
 }
 .BgClassName
 {
   background-color: #016D5A;
 }
</style>

border-color css

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

 span { border-color: rgb(1,109,90); }

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