Html Css Color HEX #1CAC7F Mountain Meadow

📋 copy color: '#1CAC7F'

red 28 ◦ green 172 ◦ blue 127

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

Shades of Mountain Meadow #1CAC7F

Tints of Mountain Meadow #1CAC7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 8.56%
G = 52.6%
B = 38.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#1CAC7F (or 0x1CAC7F) is known color: Mountain Meadow. HEX triplet: 1C, AC and 7F. RGB value is (28,172,127). Sum of RGB (Red+Green+Blue) = 28+172+127=327 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.56% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAC7F is #E35380. Grayscale: #7B7B7B. Windows color (decimal): -14898049 or 8367132. OLE color: 8367132.

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

Color convert

RGB 28 172 127 -
CMYK 0.84 0 0.26 0.33
HSL 161.25º 0.72% 0.39% -
HSV(B) 161.25º 0.84% 0.67% -
XYZ 19.06 31.28 25.11 -
YUV 123.81 129.79 59.66 -
System Red Green Blue C M Y K H S L
Decimal 28 172 127 0.84 0 0.26 0.33 161.25 0.72 0.39
Hex 1C AC 7F 54 0 1A 21 A1 48 27
Octal 34 254 177 124 0 32 41 241 110 47
Binary 11100 10101100 1111111 1010100 0 11010 100001 10100001 1001000 100111

Color Harmonies of #1CAC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAC7F

Black with #1CAC7F

Text Example


Text Example

White with #1CAC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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