Html Css Color HEX #1CA175 Mountain Meadow

📋 copy color: '#1CA175'

red 28 ◦ green 161 ◦ blue 117

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

Shades of Mountain Meadow #1CA175

Tints of Mountain Meadow #1CA175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.61%

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

R = 9.15%
G = 52.61%
B = 38.24%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#1CA175 (or 0x1CA175) is known color: Mountain Meadow. HEX triplet: 1C, A1 and 75. RGB value is (28,161,117). Sum of RGB (Red+Green+Blue) = 28+161+117=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA175 is #E35E8A. Grayscale: #747474. Windows color (decimal): -14900875 or 7708956. OLE color: 7708956.

HSL color Cylindrical-coordinate representation of color #1CA175: hue angle of 160.15º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA175 is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 28 161 117 -
CMYK 0.83 0 0.27 0.37
HSL 160.15º 0.7% 0.37% -
HSV(B) 160.15º 0.83% 0.63% -
XYZ 16.43 27.02 21.18 -
YUV 116.22 128.44 65.08 -
System Red Green Blue C M Y K H S L
Decimal 28 161 117 0.83 0 0.27 0.37 160.15 0.7 0.37
Hex 1C A1 75 53 0 1B 25 A0 46 25
Octal 34 241 165 123 0 33 45 240 106 45
Binary 11100 10100001 1110101 1010011 0 11011 100101 10100000 1000110 100101

Color Harmonies of #1CA175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA175

Black with #1CA175

Text Example


Text Example

White with #1CA175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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