#1CC38A

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

Shades of Mountain Meadow #1CC38A

Tints of Mountain Meadow #1CC38A

Color information

#1CC38A (or 0x1CC38A) is unknown color: approx Mountain Meadow. HEX triplet: 1C, C3 and 8A. RGB value is (28,195,138). Sum of RGB (Red+Green+Blue) = 28+195+138=361 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.76% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC38A is #E33C75. Grayscale: #8A8A8A. Windows color (decimal): -14892150 or 9093916. OLE color: 9093916.

HSL color Cylindrical-coordinate representation of color #1CC38A: hue angle of 159.52º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC38A is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB28195138-
CMYK0.8600.290.24
HSL159.52º74.89%43.73%-
HSV(B)159.52º85.64%76.47%-
XYZ24.5841.1130.68-
YUV138.57127.6749.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.76%
GREEN value IS 195 (76.56% from 255) = 54.02%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=7.76%
G=54.02%
B=38.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal281951380.8600.290.24159.5274.8943.73
Hex1CC38A5601D18a04b2c
Octal343032121260353024011354
Binary111001100001110001010101011001110111000101000001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,195,138); }

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

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

 a { background-color: rgb(28,195,138); }

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

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

 span { border-color: rgb(28,195,138); }

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