Html Css Color HEX #018554 Tropical Rain Forest

📋 copy color: '#018554'

red 1 ◦ green 133 ◦ blue 84

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

Shades of Tropical Rain Forest #018554

Tints of Tropical Rain Forest #018554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.01%

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

R = 0.46%
G = 61.01%
B = 38.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#018554 (or 0x018554) is known color: Tropical Rain Forest. HEX triplet: 01, 85 and 54. RGB value is (1,133,84). Sum of RGB (Red+Green+Blue) = 1+133+84=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 133 (52.34% from 255 or 61.01% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 133 - color contains mainly: green. Hex color #018554 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018554 is #FE7AAB. Grayscale: #585858. Windows color (decimal): -16677548 or 5539073. OLE color: 5539073.

HSL color Cylindrical-coordinate representation of color #018554: hue angle of 157.73º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018554 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 84 -
CMYK 0.99 0 0.37 0.48
HSL 157.73º 0.99% 0.26% -
HSV(B) 157.73º 0.99% 0.52% -
XYZ 10 17.42 11.22 -
YUV 87.95 125.77 65.98 -
System Red Green Blue C M Y K H S L
Decimal 1 133 84 0.99 0 0.37 0.48 157.73 0.99 0.26
Hex 1 85 54 63 0 25 30 9E 63 1A
Octal 1 205 124 143 0 45 60 236 143 32
Binary 1 10000101 1010100 1100011 0 100101 110000 10011110 1100011 11010

Color Harmonies of #018554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018554

Black with #018554

Text Example


Text Example

White with #018554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018554; }

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

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

background-color css

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

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

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

border-color css

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

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

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