Html Css Color HEX #1ABC6B Mountain Meadow

📋 copy color: '#1ABC6B'

red 26 ◦ green 188 ◦ blue 107

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

Shades of Mountain Meadow #1ABC6B

Tints of Mountain Meadow #1ABC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.33%

R = 8.1%
G = 58.57%
B = 33.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#1ABC6B (or 0x1ABC6B) is known color: Mountain Meadow. HEX triplet: 1A, BC and 6B. RGB value is (26,188,107). Sum of RGB (Red+Green+Blue) = 26+188+107=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ABC6B is #E54394. Grayscale: #828282. Windows color (decimal): -15025045 or 7060506. OLE color: 7060506.

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

Color convert

RGB 26 188 107 -
CMYK 0.86 0 0.43 0.26
HSL 150º 0.76% 0.42% -
HSV(B) 150º 0.86% 0.74% -
XYZ 21.06 37.25 19.99 -
YUV 130.33 114.83 53.59 -
System Red Green Blue C M Y K H S L
Decimal 26 188 107 0.86 0 0.43 0.26 150 0.76 0.42
Hex 1A BC 6B 56 0 2B 1A 96 4C 2A
Octal 32 274 153 126 0 53 32 226 114 52
Binary 11010 10111100 1101011 1010110 0 101011 11010 10010110 1001100 101010

Color Harmonies of #1ABC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ABC6B

Black with #1ABC6B

Text Example


Text Example

White with #1ABC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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