#1cc08f

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

Shades of Mountain Meadow #1CC08F

Tints of Mountain Meadow #1CC08F

Color information

#1CC08F (or 0x1CC08F) is unknown color: approx Mountain Meadow. HEX triplet: 1C, C0 and 8F. RGB value is (28,192,143). Sum of RGB (Red+Green+Blue) = 28+192+143=363 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.71% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC08F is #E33F70. Grayscale: #898989. Windows color (decimal): -14892913 or 9420828. OLE color: 9420828.

HSL color Cylindrical-coordinate representation of color #1CC08F: hue angle of 162.07º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC08F is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB28192143-
CMYK0.8500.260.25
HSL162.07º74.55%43.14%-
HSV(B)162.07º85.42%75.29%-
XYZ24.2939.9332.41-
YUV137.38131.1749.98-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.71%
GREEN value IS 192 (75.39% from 255) = 52.89%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=7.71%
G=52.89%
B=39.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal281921430.8500.260.25162.0774.5543.14
Hex1CC08F5501A19a24b2b
Octal343002171250323124211353
Binary111001100000010001111101010101101011001101000101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cc08f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,192,143); }

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

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

 a { background-color: rgb(28,192,143); }

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

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

 span { border-color: rgb(28,192,143); }

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