#1ABF83

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

Shades of Mountain Meadow #1ABF83

Tints of Mountain Meadow #1ABF83

Color information

#1ABF83 (or 0x1ABF83) is unknown color: approx Mountain Meadow. HEX triplet: 1A, BF and 83. RGB value is (26,191,131). Sum of RGB (Red+Green+Blue) = 26+191+131=348 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.47% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABF83 is #E5407C. Grayscale: #868686. Windows color (decimal): -15024253 or 8634138. OLE color: 8634138.

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

Color convert

RGB26191131-
CMYK0.8600.310.25
HSL158.18º76.04%42.55%-
HSV(B)158.18º86.39%74.9%-
XYZ23.1539.1227.8-
YUV134.82125.8450.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.47%
GREEN value IS 191 (75% from 255) = 54.89%
BLUE value IS 131 (51.56% from 255) = 37.64%
R=7.47%
G=54.89%
B=37.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal261911310.8600.310.25158.1876.0442.55
Hex1ABF835601F199e4c2b
Octal322772031260373123611453
Binary110101011111110000011101011001111111001100111101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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