#1ABF76

Color #1ABF76 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1ABF76

Tints of Mountain Meadow #1ABF76

Color information

#1ABF76 (or 0x1ABF76) is unknown color: approx Mountain Meadow. HEX triplet: 1A, BF and 76. RGB value is (26,191,118). Sum of RGB (Red+Green+Blue) = 26+191+118=335 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.76% from 335); Green value is 191 (75% from 255 or 57.01% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABF76 is #E54089. Grayscale: #858585. Windows color (decimal): -15024266 or 7782170. OLE color: 7782170.

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

Color convert

RGB26191118-
CMYK0.8600.380.25
HSL153.45º76.04%42.55%-
HSV(B)153.45º86.39%74.9%-
XYZ22.3338.7923.45-
YUV133.34119.3451.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.76%
GREEN value IS 191 (75% from 255) = 57.01%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=7.76%
G=57.01%
B=35.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261911180.8600.380.25153.4576.0442.55
Hex1ABF765602619994c2b
Octal322771661260463123111453
Binary110101011111111101101010110010011011001100110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1ABF76;
 }
 .AnyTagClassName
 {
   color: #1ABF76;
 }
</style>
background-color css

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

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

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

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

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

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