Html Css Color HEX #1ABC72 Mountain Meadow

📋 copy color: '#1ABC72'

red 26 ◦ green 188 ◦ blue 114

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

Shades of Mountain Meadow #1ABC72

Tints of Mountain Meadow #1ABC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.76%

R = 7.93%
G = 57.32%
B = 34.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#1ABC72 (or 0x1ABC72) is known color: Mountain Meadow. HEX triplet: 1A, BC and 72. RGB value is (26,188,114). Sum of RGB (Red+Green+Blue) = 26+188+114=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC72 is #E5438D. Grayscale: #838383. Windows color (decimal): -15025038 or 7519258. OLE color: 7519258.

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

Color convert

RGB 26 188 114 -
CMYK 0.86 0 0.39 0.26
HSL 152.59º 0.76% 0.42% -
HSV(B) 152.59º 0.86% 0.74% -
XYZ 21.45 37.4 22.01 -
YUV 131.13 118.33 53.02 -
System Red Green Blue C M Y K H S L
Decimal 26 188 114 0.86 0 0.39 0.26 152.59 0.76 0.42
Hex 1A BC 72 56 0 27 1A 99 4C 2A
Octal 32 274 162 126 0 47 32 231 114 52
Binary 11010 10111100 1110010 1010110 0 100111 11010 10011001 1001100 101010

Color Harmonies of #1ABC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC72

Black with #1ABC72

Text Example


Text Example

White with #1ABC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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