Html Css Color HEX #1AC96F Mountain Meadow

📋 copy color: '#1AC96F'

red 26 ◦ green 201 ◦ blue 111

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

Shades of Mountain Meadow #1AC96F

Tints of Mountain Meadow #1AC96F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 59.47%

 BLUE value IS 111 (43.75% from 255) = 32.84%

R = 7.69%
G = 59.47%
B = 32.84%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#1AC96F (or 0x1AC96F) is known color: Mountain Meadow. HEX triplet: 1A, C9 and 6F. RGB value is (26,201,111). Sum of RGB (Red+Green+Blue) = 26+201+111=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC96F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC96F is #E53690. Grayscale: #8A8A8A. Windows color (decimal): -15021713 or 7325978. OLE color: 7325978.

HSL color Cylindrical-coordinate representation of color #1AC96F: hue angle of 149.14º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC96F is Cyan = 0.87, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 26 201 111 -
CMYK 0.87 0 0.45 0.21
HSL 149.14º 0.77% 0.45% -
HSV(B) 149.14º 0.87% 0.79% -
XYZ 24.18 43.14 22.09 -
YUV 138.42 112.52 47.82 -
System Red Green Blue C M Y K H S L
Decimal 26 201 111 0.87 0 0.45 0.21 149.14 0.77 0.45
Hex 1A C9 6F 57 0 2D 15 95 4D 2D
Octal 32 311 157 127 0 55 25 225 115 55
Binary 11010 11001001 1101111 1010111 0 101101 10101 10010101 1001101 101101

Color Harmonies of #1AC96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC96F

Black with #1AC96F

Text Example


Text Example

White with #1AC96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,201,111); }

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

background-color css

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

 a { background-color: rgb(26,201,111); }

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

border-color css

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

 span { border-color: rgb(26,201,111); }

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