Html Css Color HEX #1CAC7D Mountain Meadow

📋 copy color: '#1CAC7D'

red 28 ◦ green 172 ◦ blue 125

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

Shades of Mountain Meadow #1CAC7D

Tints of Mountain Meadow #1CAC7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 8.62%
G = 52.92%
B = 38.46%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#1CAC7D (or 0x1CAC7D) is known color: Mountain Meadow. HEX triplet: 1C, AC and 7D. RGB value is (28,172,125). Sum of RGB (Red+Green+Blue) = 28+172+125=325 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.62% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAC7D is #E35382. Grayscale: #7B7B7B. Windows color (decimal): -14898051 or 8236060. OLE color: 8236060.

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

Color convert

RGB 28 172 125 -
CMYK 0.84 0 0.27 0.33
HSL 160.42º 0.72% 0.39% -
HSV(B) 160.42º 0.84% 0.67% -
XYZ 18.93 31.23 24.43 -
YUV 123.59 128.79 59.82 -
System Red Green Blue C M Y K H S L
Decimal 28 172 125 0.84 0 0.27 0.33 160.42 0.72 0.39
Hex 1C AC 7D 54 0 1B 21 A0 48 27
Octal 34 254 175 124 0 33 41 240 110 47
Binary 11100 10101100 1111101 1010100 0 11011 100001 10100000 1001000 100111

Color Harmonies of #1CAC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAC7D

Black with #1CAC7D

Text Example


Text Example

White with #1CAC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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