#1CA475

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

Shades of Mountain Meadow #1CA475

Tints of Mountain Meadow #1CA475

Color information

#1CA475 (or 0x1CA475) is unknown color: approx Mountain Meadow. HEX triplet: 1C, A4 and 75. RGB value is (28,164,117). Sum of RGB (Red+Green+Blue) = 28+164+117=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 164 (64.45% from 255 or 53.07% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 164 - color contains mainly: green. Hex color #1CA475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA475 is #E35B8A. Grayscale: #767676. Windows color (decimal): -14900107 or 7709724. OLE color: 7709724.

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

Color convert

RGB28164117-
CMYK0.8300.290.36
HSL159.26º70.83%37.65%-
HSV(B)159.26º82.93%64.31%-
XYZ16.9728.0821.36-
YUV117.98127.4463.82-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.06%
GREEN value IS 164 (64.45% from 255) = 53.07%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=9.06%
G=53.07%
B=37.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal281641170.8300.290.36159.2670.8337.65
Hex1CA4755301D249f4726
Octal342441651230354423710746
Binary111001010010011101011010011011101100100100111111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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