#1CCA6E

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

Shades of Mountain Meadow #1CCA6E

Tints of Mountain Meadow #1CCA6E

Color information

#1CCA6E (or 0x1CCA6E) is unknown color: approx Mountain Meadow. HEX triplet: 1C, CA and 6E. RGB value is (28,202,110). Sum of RGB (Red+Green+Blue) = 28+202+110=340 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.24% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CCA6E is #E33591. Grayscale: #8B8B8B. Windows color (decimal): -14890386 or 7260700. OLE color: 7260700.

HSL color Cylindrical-coordinate representation of color #1CCA6E: hue angle of 148.28º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCA6E is Cyan = 0.86, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB28202110-
CMYK0.8600.460.21
HSL148.28º75.65%45.1%-
HSV(B)148.28º86.14%79.22%-
XYZ24.4143.6121.88-
YUV139.49111.3548.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.24%
GREEN value IS 202 (79.30% from 255) = 59.41%
BLUE value IS 110 (43.36% from 255) = 32.35%
R=8.24%
G=59.41%
B=32.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal282021100.8600.460.21148.2875.6545.1
Hex1CCA6E5602E15944c2d
Octal343121561260562522411455
Binary111001100101011011101010110010111010101100101001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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