Html Css Color HEX #1ABC70 Mountain Meadow

📋 copy color: '#1ABC70'

red 26 ◦ green 188 ◦ blue 112

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

Shades of Mountain Meadow #1ABC70

Tints of Mountain Meadow #1ABC70

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.67%

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

R = 7.98%
G = 57.67%
B = 34.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#1ABC70 (or 0x1ABC70) is known color: Mountain Meadow. HEX triplet: 1A, BC and 70. RGB value is (26,188,112). Sum of RGB (Red+Green+Blue) = 26+188+112=326 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.98% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC70 is #E5438F. Grayscale: #838383. Windows color (decimal): -15025040 or 7388186. OLE color: 7388186.

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

Color convert

RGB 26 188 112 -
CMYK 0.86 0 0.40 0.26
HSL 151.85º 0.76% 0.42% -
HSV(B) 151.85º 0.86% 0.74% -
XYZ 21.33 37.36 21.42 -
YUV 130.9 117.33 53.18 -
System Red Green Blue C M Y K H S L
Decimal 26 188 112 0.86 0 0.40 0.26 151.85 0.76 0.42
Hex 1A BC 70 56 0 28 1A 98 4C 2A
Octal 32 274 160 126 0 50 32 230 114 52
Binary 11010 10111100 1110000 1010110 0 101000 11010 10011000 1001100 101010

Color Harmonies of #1ABC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC70

Black with #1ABC70

Text Example


Text Example

White with #1ABC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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