#1CA96E

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

Shades of Mountain Meadow #1CA96E

Tints of Mountain Meadow #1CA96E

Color information

#1CA96E (or 0x1CA96E) is unknown color: approx Mountain Meadow. HEX triplet: 1C, A9 and 6E. RGB value is (28,169,110). Sum of RGB (Red+Green+Blue) = 28+169+110=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 169 (66.41% from 255 or 55.05% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA96E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA96E is #E35691. Grayscale: #787878. Windows color (decimal): -14898834 or 7252252. OLE color: 7252252.

HSL color Cylindrical-coordinate representation of color #1CA96E: hue angle of 154.89º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA96E is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB28169110-
CMYK0.8300.350.34
HSL154.89º71.57%38.63%-
HSV(B)154.89º83.43%66.27%-
XYZ17.4829.7519.57-
YUV120.12122.2962.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.12%
GREEN value IS 169 (66.41% from 255) = 55.05%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=9.12%
G=55.05%
B=35.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal281691100.8300.350.34154.8971.5738.63
Hex1CA96E53023229b4827
Octal342511561230434223311047
Binary1110010101001110111010100110100011100010100110111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CA96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,169,110); }

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

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

 a { background-color: rgb(28,169,110); }

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

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

 span { border-color: rgb(28,169,110); }

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