Html Css Color HEX #1ABF72 Mountain Meadow

📋 copy color: '#1ABF72'

red 26 ◦ green 191 ◦ blue 114

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

Shades of Mountain Meadow #1ABF72

Tints of Mountain Meadow #1ABF72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.44%

R = 7.85%
G = 57.7%
B = 34.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#1ABF72 (or 0x1ABF72) is known color: Mountain Meadow. HEX triplet: 1A, BF and 72. RGB value is (26,191,114). Sum of RGB (Red+Green+Blue) = 26+191+114=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABF72 is #E5408D. Grayscale: #858585. Windows color (decimal): -15024270 or 7520026. OLE color: 7520026.

HSL color Cylindrical-coordinate representation of color #1ABF72: hue angle of 152º 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 #1ABF72 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 191 114 -
CMYK 0.86 0 0.40 0.25
HSL 152º 0.76% 0.43% -
HSV(B) 152º 0.86% 0.75% -
XYZ 22.09 38.7 22.22 -
YUV 132.89 117.34 51.76 -
System Red Green Blue C M Y K H S L
Decimal 26 191 114 0.86 0 0.40 0.25 152 0.76 0.43
Hex 1A BF 72 56 0 28 19 98 4C 2B
Octal 32 277 162 126 0 50 31 230 114 53
Binary 11010 10111111 1110010 1010110 0 101000 11001 10011000 1001100 101011

Color Harmonies of #1ABF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABF72

Black with #1ABF72

Text Example


Text Example

White with #1ABF72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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