Html Css Color HEX #1CA975 Mountain Meadow

📋 copy color: '#1CA975'

red 28 ◦ green 169 ◦ blue 117

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

Shades of Mountain Meadow #1CA975

Tints of Mountain Meadow #1CA975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 53.82%

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

R = 8.92%
G = 53.82%
B = 37.26%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#1CA975 (or 0x1CA975) is known color: Mountain Meadow. HEX triplet: 1C, A9 and 75. RGB value is (28,169,117). Sum of RGB (Red+Green+Blue) = 28+169+117=314 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.92% from 314); Green value is 169 (66.41% from 255 or 53.82% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA975 is #E3568A. Grayscale: #787878. Windows color (decimal): -14898827 or 7711004. OLE color: 7711004.

HSL color Cylindrical-coordinate representation of color #1CA975: hue angle of 157.87º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA975 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 28 169 117 -
CMYK 0.83 0 0.31 0.34
HSL 157.87º 0.72% 0.39% -
HSV(B) 157.87º 0.83% 0.66% -
XYZ 17.88 29.91 21.66 -
YUV 120.91 125.79 61.73 -
System Red Green Blue C M Y K H S L
Decimal 28 169 117 0.83 0 0.31 0.34 157.87 0.72 0.39
Hex 1C A9 75 53 0 1F 22 9E 48 27
Octal 34 251 165 123 0 37 42 236 110 47
Binary 11100 10101001 1110101 1010011 0 11111 100010 10011110 1001000 100111

Color Harmonies of #1CA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA975

Black with #1CA975

Text Example


Text Example

White with #1CA975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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