Html Css Color HEX #018154 Tropical Rain Forest

📋 copy color: '#018154'

red 1 ◦ green 129 ◦ blue 84

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

Shades of Tropical Rain Forest #018154

Tints of Tropical Rain Forest #018154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 0.47%
G = 60.28%
B = 39.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#018154 (or 0x018154) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 54. RGB value is (1,129,84). Sum of RGB (Red+Green+Blue) = 1+129+84=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #018154 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018154 is #FE7EAB. Grayscale: #555555. Windows color (decimal): -16678572 or 5538049. OLE color: 5538049.

HSL color Cylindrical-coordinate representation of color #018154: hue angle of 158.91º 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 #018154 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 84 -
CMYK 0.99 0 0.35 0.49
HSL 158.91º 0.98% 0.25% -
HSV(B) 158.91º 0.99% 0.51% -
XYZ 9.46 16.35 11.04 -
YUV 85.6 127.09 67.66 -
System Red Green Blue C M Y K H S L
Decimal 1 129 84 0.99 0 0.35 0.49 158.91 0.98 0.25
Hex 1 81 54 63 0 23 31 9F 62 19
Octal 1 201 124 143 0 43 61 237 142 31
Binary 1 10000001 1010100 1100011 0 100011 110001 10011111 1100010 11001

Color Harmonies of #018154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018154

Black with #018154

Text Example


Text Example

White with #018154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018154; }

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

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

background-color css

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

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

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

border-color css

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

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

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