Html Css Color HEX #1CC082 Mountain Meadow

📋 copy color: '#1CC082'

red 28 ◦ green 192 ◦ blue 130

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

Shades of Mountain Meadow #1CC082

Tints of Mountain Meadow #1CC082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.86%

 BLUE value IS 130 (51.17% from 255) = 37.14%

R = 8%
G = 54.86%
B = 37.14%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#1CC082 (or 0x1CC082) is known color: Mountain Meadow. HEX triplet: 1C, C0 and 82. RGB value is (28,192,130). Sum of RGB (Red+Green+Blue) = 28+192+130=350 (46% of max value = 765). Red value is 28 (11.33% from 255 or 8% from 350); Green value is 192 (75.39% from 255 or 54.86% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC082 is #E33F7D. Grayscale: #878787. Windows color (decimal): -14892926 or 8568860. OLE color: 8568860.

HSL color Cylindrical-coordinate representation of color #1CC082: hue angle of 157.32º 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 #1CC082 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 28 192 130 -
CMYK 0.85 0 0.32 0.25
HSL 157.32º 0.75% 0.43% -
HSV(B) 157.32º 0.85% 0.75% -
XYZ 23.36 39.56 27.52 -
YUV 135.9 124.67 51.04 -
System Red Green Blue C M Y K H S L
Decimal 28 192 130 0.85 0 0.32 0.25 157.32 0.75 0.43
Hex 1C C0 82 55 0 20 19 9D 4B 2B
Octal 34 300 202 125 0 40 31 235 113 53
Binary 11100 11000000 10000010 1010101 0 100000 11001 10011101 1001011 101011

Color Harmonies of #1CC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC082

Black with #1CC082

Text Example


Text Example

White with #1CC082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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