Html Css Color HEX #018160 Tropical Rain Forest

📋 copy color: '#018160'

red 1 ◦ green 129 ◦ blue 96

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

Shades of Tropical Rain Forest #018160

Tints of Tropical Rain Forest #018160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.08%

 BLUE value IS 96 (37.89% from 255) = 42.48%

R = 0.44%
G = 57.08%
B = 42.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#018160 (or 0x018160) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 60. RGB value is (1,129,96). Sum of RGB (Red+Green+Blue) = 1+129+96=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 129 (50.78% from 255 or 57.08% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 129 - color contains mainly: green. Hex color #018160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018160 is #FE7E9F. Grayscale: #565656. Windows color (decimal): -16678560 or 6324481. OLE color: 6324481.

HSL color Cylindrical-coordinate representation of color #018160: hue angle of 164.53º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018160 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 96 -
CMYK 0.99 0 0.26 0.49
HSL 164.53º 0.98% 0.25% -
HSV(B) 164.53º 0.99% 0.51% -
XYZ 9.97 16.55 13.74 -
YUV 86.97 133.09 66.68 -
System Red Green Blue C M Y K H S L
Decimal 1 129 96 0.99 0 0.26 0.49 164.53 0.98 0.25
Hex 1 81 60 63 0 1A 31 A5 62 19
Octal 1 201 140 143 0 32 61 245 142 31
Binary 1 10000001 1100000 1100011 0 11010 110001 10100101 1100010 11001

Color Harmonies of #018160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018160

Black with #018160

Text Example


Text Example

White with #018160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018160; }

 p { color: rgb(1,129,96); }

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

background-color css

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

 a { background-color: rgb(1,129,96); }

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

border-color css

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

 span { border-color: rgb(1,129,96); }

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