Html Css Color HEX #1CC06E Mountain Meadow

📋 copy color: '#1CC06E'

red 28 ◦ green 192 ◦ blue 110

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

Shades of Mountain Meadow #1CC06E

Tints of Mountain Meadow #1CC06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.33%

R = 8.48%
G = 58.18%
B = 33.33%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#1CC06E (or 0x1CC06E) is known color: Mountain Meadow. HEX triplet: 1C, C0 and 6E. RGB value is (28,192,110). Sum of RGB (Red+Green+Blue) = 28+192+110=330 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.48% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #1CC06E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CC06E is #E33F91. Grayscale: #858585. Windows color (decimal): -14892946 or 7258140. OLE color: 7258140.

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

Color convert

RGB 28 192 110 -
CMYK 0.85 0 0.43 0.25
HSL 150º 0.75% 0.43% -
HSV(B) 150º 0.85% 0.75% -
XYZ 22.14 39.07 21.13 -
YUV 133.62 114.67 52.67 -
System Red Green Blue C M Y K H S L
Decimal 28 192 110 0.85 0 0.43 0.25 150 0.75 0.43
Hex 1C C0 6E 55 0 2B 19 96 4B 2B
Octal 34 300 156 125 0 53 31 226 113 53
Binary 11100 11000000 1101110 1010101 0 101011 11001 10010110 1001011 101011

Color Harmonies of #1CC06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC06E

Black with #1CC06E

Text Example


Text Example

White with #1CC06E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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