#1ABF82

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

Shades of Mountain Meadow #1ABF82

Tints of Mountain Meadow #1ABF82

Color information

#1ABF82 (or 0x1ABF82) is unknown color: approx Mountain Meadow. HEX triplet: 1A, BF and 82. RGB value is (26,191,130). Sum of RGB (Red+Green+Blue) = 26+191+130=347 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.49% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABF82 is #E5407D. Grayscale: #868686. Windows color (decimal): -15024254 or 8568602. OLE color: 8568602.

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

Color convert

RGB26191130-
CMYK0.8600.320.25
HSL157.82º76.04%42.55%-
HSV(B)157.82º86.39%74.9%-
XYZ23.0939.0927.45-
YUV134.71125.3450.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.49%
GREEN value IS 191 (75% from 255) = 55.04%
BLUE value IS 130 (51.17% from 255) = 37.46%
R=7.49%
G=55.04%
B=37.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261911300.8600.320.25157.8276.0442.55
Hex1ABF8256020199e4c2b
Octal322772021260403123611453
Binary1101010111111100000101010110010000011001100111101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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