#1ABF74

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

Shades of Mountain Meadow #1ABF74

Tints of Mountain Meadow #1ABF74

Color information

#1ABF74 (or 0x1ABF74) is unknown color: approx Mountain Meadow. HEX triplet: 1A, BF and 74. RGB value is (26,191,116). Sum of RGB (Red+Green+Blue) = 26+191+116=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABF74 is #E5408B. Grayscale: #858585. Windows color (decimal): -15024268 or 7651098. OLE color: 7651098.

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

Color convert

RGB26191116-
CMYK0.8600.390.25
HSL152.73º76.04%42.55%-
HSV(B)152.73º86.39%74.9%-
XYZ22.2138.7422.83-
YUV133.11118.3451.6-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.81%
GREEN value IS 191 (75% from 255) = 57.36%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=7.81%
G=57.36%
B=34.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261911160.8600.390.25152.7376.0442.55
Hex1ABF745602719994c2b
Octal322771641260473123111453
Binary110101011111111101001010110010011111001100110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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