Html Css Color HEX #1CA178 Mountain Meadow

📋 copy color: '#1CA178'

red 28 ◦ green 161 ◦ blue 120

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

Shades of Mountain Meadow #1CA178

Tints of Mountain Meadow #1CA178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 9.06%
G = 52.1%
B = 38.83%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#1CA178 (or 0x1CA178) is known color: Mountain Meadow. HEX triplet: 1C, A1 and 78. RGB value is (28,161,120). Sum of RGB (Red+Green+Blue) = 28+161+120=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 161 (63.28% from 255 or 52.10% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 161 - color contains mainly: green. Hex color #1CA178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA178 is #E35E87. Grayscale: #747474. Windows color (decimal): -14900872 or 7905564. OLE color: 7905564.

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

Color convert

RGB 28 161 120 -
CMYK 0.83 0 0.25 0.37
HSL 161.5º 0.7% 0.37% -
HSV(B) 161.5º 0.83% 0.63% -
XYZ 16.61 27.09 22.12 -
YUV 116.56 129.94 64.83 -
System Red Green Blue C M Y K H S L
Decimal 28 161 120 0.83 0 0.25 0.37 161.5 0.7 0.37
Hex 1C A1 78 53 0 19 25 A2 46 25
Octal 34 241 170 123 0 31 45 242 106 45
Binary 11100 10100001 1111000 1010011 0 11001 100101 10100010 1000110 100101

Color Harmonies of #1CA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA178

Black with #1CA178

Text Example


Text Example

White with #1CA178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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