Html Css Color HEX #1ABF93 Mountain Meadow

📋 copy color: '#1ABF93'

red 26 ◦ green 191 ◦ blue 147

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

Shades of Mountain Meadow #1ABF93

Tints of Mountain Meadow #1ABF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 7.14%
G = 52.47%
B = 40.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#1ABF93 (or 0x1ABF93) is known color: Mountain Meadow. HEX triplet: 1A, BF and 93. RGB value is (26,191,147). Sum of RGB (Red+Green+Blue) = 26+191+147=364 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.14% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABF93 is #E5406C. Grayscale: #888888. Windows color (decimal): -15024237 or 9682714. OLE color: 9682714.

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

Color convert

RGB 26 191 147 -
CMYK 0.86 0 0.23 0.25
HSL 164º 0.76% 0.43% -
HSV(B) 164º 0.86% 0.75% -
XYZ 24.32 39.59 33.96 -
YUV 136.65 133.84 49.08 -
System Red Green Blue C M Y K H S L
Decimal 26 191 147 0.86 0 0.23 0.25 164 0.76 0.43
Hex 1A BF 93 56 0 17 19 A4 4C 2B
Octal 32 277 223 126 0 27 31 244 114 53
Binary 11010 10111111 10010011 1010110 0 10111 11001 10100100 1001100 101011

Color Harmonies of #1ABF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABF93

Black with #1ABF93

Text Example


Text Example

White with #1ABF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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