Html Css Color HEX #1CC48F Mountain Meadow

📋 copy color: '#1CC48F'

red 28 ◦ green 196 ◦ blue 143

#1CC48F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #1CC48F

Tints of Mountain Meadow #1CC48F

RGB

 RED value IS 28 (11.33% from 255) = 7.63%

 GREEN value IS 196 (76.95% from 255) = 53.41%

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 7.63%
G = 53.41%
B = 38.96%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#1CC48F (or 0x1CC48F) is known color: Mountain Meadow. HEX triplet: 1C, C4 and 8F. RGB value is (28,196,143). Sum of RGB (Red+Green+Blue) = 28+196+143=367 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.63% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC48F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC48F is #E33B70. Grayscale: #8B8B8B. Windows color (decimal): -14891889 or 9421852. OLE color: 9421852.

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

Color convert

RGB 28 196 143 -
CMYK 0.86 0 0.27 0.23
HSL 161.07º 0.75% 0.44% -
HSV(B) 161.07º 0.86% 0.77% -
XYZ 25.18 41.71 32.71 -
YUV 139.73 129.84 48.31 -
System Red Green Blue C M Y K H S L
Decimal 28 196 143 0.86 0 0.27 0.23 161.07 0.75 0.44
Hex 1C C4 8F 56 0 1B 17 A1 4B 2C
Octal 34 304 217 126 0 33 27 241 113 54
Binary 11100 11000100 10001111 1010110 0 11011 10111 10100001 1001011 101100

Color Harmonies of #1CC48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC48F

Black with #1CC48F

Text Example


Text Example

White with #1CC48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CC48F;
 }
 .AnyTagClassName
 {
   color: #1CC48F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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