Html Css Color HEX #1CA176 Mountain Meadow

📋 copy color: '#1CA176'

red 28 ◦ green 161 ◦ blue 118

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

Shades of Mountain Meadow #1CA176

Tints of Mountain Meadow #1CA176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.44%

R = 9.12%
G = 52.44%
B = 38.44%

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

#1CA176 (or 0x1CA176) is known color: Mountain Meadow. HEX triplet: 1C, A1 and 76. RGB value is (28,161,118). Sum of RGB (Red+Green+Blue) = 28+161+118=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA176 is #E35E89. Grayscale: #747474. Windows color (decimal): -14900874 or 7774492. OLE color: 7774492.

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

Color convert

RGB 28 161 118 -
CMYK 0.83 0 0.27 0.37
HSL 160.6º 0.7% 0.37% -
HSV(B) 160.6º 0.83% 0.63% -
XYZ 16.49 27.04 21.49 -
YUV 116.33 128.94 65 -
System Red Green Blue C M Y K H S L
Decimal 28 161 118 0.83 0 0.27 0.37 160.6 0.7 0.37
Hex 1C A1 76 53 0 1B 25 A1 46 25
Octal 34 241 166 123 0 33 45 241 106 45
Binary 11100 10100001 1110110 1010011 0 11011 100101 10100001 1000110 100101

Color Harmonies of #1CA176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA176

Black with #1CA176

Text Example


Text Example

White with #1CA176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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