Html Css Color HEX #1BAE80 Mountain Meadow

📋 copy color: '#1BAE80'

red 27 ◦ green 174 ◦ blue 128

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

Shades of Mountain Meadow #1BAE80

Tints of Mountain Meadow #1BAE80

RGB

 RED value IS 27 (10.94% from 255) = 8.21%

 GREEN value IS 174 (68.36% from 255) = 52.89%

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 8.21%
G = 52.89%
B = 38.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#1BAE80 (or 0x1BAE80) is known color: Mountain Meadow. HEX triplet: 1B, AE and 80. RGB value is (27,174,128). Sum of RGB (Red+Green+Blue) = 27+174+128=329 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.21% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAE80 is #E4517F. Grayscale: #7C7C7C. Windows color (decimal): -14963072 or 8433179. OLE color: 8433179.

HSL color Cylindrical-coordinate representation of color #1BAE80: hue angle of 161.22º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BAE80 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 174 128 -
CMYK 0.84 0 0.26 0.32
HSL 161.22º 0.73% 0.39% -
HSV(B) 161.22º 0.84% 0.68% -
XYZ 19.48 32.06 25.58 -
YUV 124.8 129.8 58.24 -
System Red Green Blue C M Y K H S L
Decimal 27 174 128 0.84 0 0.26 0.32 161.22 0.73 0.39
Hex 1B AE 80 54 0 1A 20 A1 49 27
Octal 33 256 200 124 0 32 40 241 111 47
Binary 11011 10101110 10000000 1010100 0 11010 100000 10100001 1001001 100111

Color Harmonies of #1BAE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAE80

Black with #1BAE80

Text Example


Text Example

White with #1BAE80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BAE80; }

 p { color: rgb(27,174,128); }

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

background-color css

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

 a { background-color: rgb(27,174,128); }

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

border-color css

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

 span { border-color: rgb(27,174,128); }

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