Html Css Color HEX #1CAC75 Mountain Meadow

📋 copy color: '#1CAC75'

red 28 ◦ green 172 ◦ blue 117

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

Shades of Mountain Meadow #1CAC75

Tints of Mountain Meadow #1CAC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 8.83%
G = 54.26%
B = 36.91%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#1CAC75 (or 0x1CAC75) is known color: Mountain Meadow. HEX triplet: 1C, AC and 75. RGB value is (28,172,117). Sum of RGB (Red+Green+Blue) = 28+172+117=317 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.83% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #1CAC75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAC75 is #E3538A. Grayscale: #7A7A7A. Windows color (decimal): -14898059 or 7711772. OLE color: 7711772.

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

Color convert

RGB 28 172 117 -
CMYK 0.84 0 0.32 0.33
HSL 157.08º 0.72% 0.39% -
HSV(B) 157.08º 0.84% 0.67% -
XYZ 18.44 31.04 21.85 -
YUV 122.67 124.79 60.47 -
System Red Green Blue C M Y K H S L
Decimal 28 172 117 0.84 0 0.32 0.33 157.08 0.72 0.39
Hex 1C AC 75 54 0 20 21 9D 48 27
Octal 34 254 165 124 0 40 41 235 110 47
Binary 11100 10101100 1110101 1010100 0 100000 100001 10011101 1001000 100111

Color Harmonies of #1CAC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAC75

Black with #1CAC75

Text Example


Text Example

White with #1CAC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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