Html Css Color HEX #1ABF96 Mountain Meadow

📋 copy color: '#1ABF96'

red 26 ◦ green 191 ◦ blue 150

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

Shades of Mountain Meadow #1ABF96

Tints of Mountain Meadow #1ABF96

RGB

 RED value IS 26 (10.55% from 255) = 7.08%

 GREEN value IS 191 (75% from 255) = 52.04%

 BLUE value IS 150 (58.98% from 255) = 40.87%

R = 7.08%
G = 52.04%
B = 40.87%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#1ABF96 (or 0x1ABF96) is known color: Mountain Meadow. HEX triplet: 1A, BF and 96. RGB value is (26,191,150). Sum of RGB (Red+Green+Blue) = 26+191+150=367 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.08% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABF96 is #E54069. Grayscale: #888888. Windows color (decimal): -15024234 or 9879322. OLE color: 9879322.

HSL color Cylindrical-coordinate representation of color #1ABF96: hue angle of 165.09º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABF96 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 191 150 -
CMYK 0.86 0 0.21 0.25
HSL 165.09º 0.76% 0.43% -
HSV(B) 165.09º 0.86% 0.75% -
XYZ 24.56 39.68 35.22 -
YUV 136.99 135.34 48.83 -
System Red Green Blue C M Y K H S L
Decimal 26 191 150 0.86 0 0.21 0.25 165.09 0.76 0.43
Hex 1A BF 96 56 0 15 19 A5 4C 2B
Octal 32 277 226 126 0 25 31 245 114 53
Binary 11010 10111111 10010110 1010110 0 10101 11001 10100101 1001100 101011

Color Harmonies of #1ABF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABF96

Black with #1ABF96

Text Example


Text Example

White with #1ABF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,191,150); }

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

background-color css

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

 a { background-color: rgb(26,191,150); }

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

border-color css

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

 span { border-color: rgb(26,191,150); }

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