Html Css Color HEX #1BAF80 Mountain Meadow

📋 copy color: '#1BAF80'

red 27 ◦ green 175 ◦ blue 128

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

Shades of Mountain Meadow #1BAF80

Tints of Mountain Meadow #1BAF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.03%

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

R = 8.18%
G = 53.03%
B = 38.79%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#1BAF80 (or 0x1BAF80) is known color: Mountain Meadow. HEX triplet: 1B, AF and 80. RGB value is (27,175,128). Sum of RGB (Red+Green+Blue) = 27+175+128=330 (43% of max value = 765). Red value is 27 (10.94% from 255 or 8.18% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAF80 is #E4507F. Grayscale: #7D7D7D. Windows color (decimal): -14962816 or 8433435. OLE color: 8433435.

HSL color Cylindrical-coordinate representation of color #1BAF80: hue angle of 160.95º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF80 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 27 175 128 -
CMYK 0.85 0 0.27 0.31
HSL 160.95º 0.73% 0.4% -
HSV(B) 160.95º 0.85% 0.69% -
XYZ 19.68 32.45 25.65 -
YUV 125.39 129.47 57.82 -
System Red Green Blue C M Y K H S L
Decimal 27 175 128 0.85 0 0.27 0.31 160.95 0.73 0.4
Hex 1B AF 80 55 0 1B 1F A1 49 28
Octal 33 257 200 125 0 33 37 241 111 50
Binary 11011 10101111 10000000 1010101 0 11011 11111 10100001 1001001 101000

Color Harmonies of #1BAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAF80

Black with #1BAF80

Text Example


Text Example

White with #1BAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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