Html Css Color HEX #1CAC74 Mountain Meadow

📋 copy color: '#1CAC74'

red 28 ◦ green 172 ◦ blue 116

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

Shades of Mountain Meadow #1CAC74

Tints of Mountain Meadow #1CAC74

RGB

 RED value IS 28 (11.33% from 255) = 8.86%

 GREEN value IS 172 (67.58% from 255) = 54.43%

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

R = 8.86%
G = 54.43%
B = 36.71%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#1CAC74 (or 0x1CAC74) is known color: Mountain Meadow. HEX triplet: 1C, AC and 74. RGB value is (28,172,116). Sum of RGB (Red+Green+Blue) = 28+172+116=316 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.86% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAC74 is #E3538B. Grayscale: #7A7A7A. Windows color (decimal): -14898060 or 7646236. OLE color: 7646236.

HSL color Cylindrical-coordinate representation of color #1CAC74: hue angle of 156.67º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAC74 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 172 116 -
CMYK 0.84 0 0.33 0.33
HSL 156.67º 0.72% 0.39% -
HSV(B) 156.67º 0.84% 0.67% -
XYZ 18.38 31.01 21.54 -
YUV 122.56 124.29 60.55 -
System Red Green Blue C M Y K H S L
Decimal 28 172 116 0.84 0 0.33 0.33 156.67 0.72 0.39
Hex 1C AC 74 54 0 21 21 9D 48 27
Octal 34 254 164 124 0 41 41 235 110 47
Binary 11100 10101100 1110100 1010100 0 100001 100001 10011101 1001000 100111

Color Harmonies of #1CAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAC74

Black with #1CAC74

Text Example


Text Example

White with #1CAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,172,116); }

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

background-color css

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

 a { background-color: rgb(28,172,116); }

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

border-color css

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

 span { border-color: rgb(28,172,116); }

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