#1CA379

Color #1CA379 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #1CA379

Tints of Mountain Meadow #1CA379

Color information

#1CA379 (or 0x1CA379) is unknown color: approx Mountain Meadow. HEX triplet: 1C, A3 and 79. RGB value is (28,163,121). Sum of RGB (Red+Green+Blue) = 28+163+121=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #1CA379 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA379 is #E35C86. Grayscale: #757575. Windows color (decimal): -14900359 or 7971612. OLE color: 7971612.

HSL color Cylindrical-coordinate representation of color #1CA379: hue angle of 161.33º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA379 is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB28163121-
CMYK0.8300.260.36
HSL161.33º70.68%37.45%-
HSV(B)161.33º82.82%63.92%-
XYZ17.0327.8222.56-
YUV117.85129.7763.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.97%
GREEN value IS 163 (64.06% from 255) = 52.24%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=8.97%
G=52.24%
B=38.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281631210.8300.260.36161.3370.6837.45
Hex1CA3795301A24a14725
Octal342431711230324424110745
Binary111001010001111110011010011011010100100101000011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,163,121); }

 H1.HeaderClassName
 {
   color: #1CA379;
 }
 .AnyTagClassName
 {
   color: #1CA379;
 }
</style>
background-color css

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

 a { background-color: rgb(28,163,121); }

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

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

 span { border-color: rgb(28,163,121); }

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