#1cc192

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

Shades of Mountain Meadow #1CC192

Tints of Mountain Meadow #1CC192

Color information

#1CC192 (or 0x1CC192) is unknown color: approx Mountain Meadow. HEX triplet: 1C, C1 and 92. RGB value is (28,193,146). Sum of RGB (Red+Green+Blue) = 28+193+146=367 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.63% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC192 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC192 is #E33E6D. Grayscale: #8A8A8A. Windows color (decimal): -14892654 or 9617692. OLE color: 9617692.

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

Color convert

RGB28193146-
CMYK0.8500.240.24
HSL162.91º74.66%43.33%-
HSV(B)162.91º85.49%75.69%-
XYZ24.7440.4633.7-
YUV138.31132.3449.32-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.63%
GREEN value IS 193 (75.78% from 255) = 52.59%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=7.63%
G=52.59%
B=39.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal281931460.8500.240.24162.9174.6643.33
Hex1CC1925501818a34b2b
Octal343012221250303024311353
Binary111001100000110010010101010101100011000101000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cc192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,193,146); }

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

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

 a { background-color: rgb(28,193,146); }

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

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

 span { border-color: rgb(28,193,146); }

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