Html Css Color HEX #1AC074 Mountain Meadow

📋 copy color: '#1AC074'

red 26 ◦ green 192 ◦ blue 116

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

Shades of Mountain Meadow #1AC074

Tints of Mountain Meadow #1AC074

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.49%

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 7.78%
G = 57.49%
B = 34.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#1AC074 (or 0x1AC074) is known color: Mountain Meadow. HEX triplet: 1A, C0 and 74. RGB value is (26,192,116). Sum of RGB (Red+Green+Blue) = 26+192+116=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AC074 is #E53F8B. Grayscale: #858585. Windows color (decimal): -15024012 or 7651354. OLE color: 7651354.

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

Color convert

RGB 26 192 116 -
CMYK 0.86 0 0.40 0.25
HSL 152.53º 0.76% 0.43% -
HSV(B) 152.53º 0.86% 0.75% -
XYZ 22.43 39.18 22.9 -
YUV 133.7 118 51.18 -
System Red Green Blue C M Y K H S L
Decimal 26 192 116 0.86 0 0.40 0.25 152.53 0.76 0.43
Hex 1A C0 74 56 0 28 19 99 4C 2B
Octal 32 300 164 126 0 50 31 231 114 53
Binary 11010 11000000 1110100 1010110 0 101000 11001 10011001 1001100 101011

Color Harmonies of #1AC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC074

Black with #1AC074

Text Example


Text Example

White with #1AC074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,192,116); }

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

background-color css

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

 a { background-color: rgb(26,192,116); }

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

border-color css

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

 span { border-color: rgb(26,192,116); }

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