Html Css Color HEX #1ABA70 Mountain Meadow

📋 copy color: '#1ABA70'

red 26 ◦ green 186 ◦ blue 112

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

Shades of Mountain Meadow #1ABA70

Tints of Mountain Meadow #1ABA70

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.41%

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 8.02%
G = 57.41%
B = 34.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#1ABA70 (or 0x1ABA70) is known color: Mountain Meadow. HEX triplet: 1A, BA and 70. RGB value is (26,186,112). Sum of RGB (Red+Green+Blue) = 26+186+112=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABA70 is #E5458F. Grayscale: #818181. Windows color (decimal): -15025552 or 7387674. OLE color: 7387674.

HSL color Cylindrical-coordinate representation of color #1ABA70: hue angle of 152.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABA70 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 186 112 -
CMYK 0.86 0 0.40 0.27
HSL 152.25º 0.75% 0.42% -
HSV(B) 152.25º 0.86% 0.73% -
XYZ 20.91 36.51 21.27 -
YUV 129.72 117.99 54.02 -
System Red Green Blue C M Y K H S L
Decimal 26 186 112 0.86 0 0.40 0.27 152.25 0.75 0.42
Hex 1A BA 70 56 0 28 1B 98 4B 2A
Octal 32 272 160 126 0 50 33 230 113 52
Binary 11010 10111010 1110000 1010110 0 101000 11011 10011000 1001011 101010

Color Harmonies of #1ABA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABA70

Black with #1ABA70

Text Example


Text Example

White with #1ABA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,186,112); }

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

background-color css

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

 a { background-color: rgb(26,186,112); }

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

border-color css

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

 span { border-color: rgb(26,186,112); }

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