Html Css Color HEX #1CC38E Mountain Meadow

📋 copy color: '#1CC38E'

red 28 ◦ green 195 ◦ blue 142

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

Shades of Mountain Meadow #1CC38E

Tints of Mountain Meadow #1CC38E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.42%

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 7.67%
G = 53.42%
B = 38.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#1CC38E (or 0x1CC38E) is known color: Mountain Meadow. HEX triplet: 1C, C3 and 8E. RGB value is (28,195,142). Sum of RGB (Red+Green+Blue) = 28+195+142=365 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.67% from 365); Green value is 195 (76.56% from 255 or 53.42% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC38E is #E33C71. Grayscale: #8B8B8B. Windows color (decimal): -14892146 or 9356060. OLE color: 9356060.

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

Color convert

RGB 28 195 142 -
CMYK 0.86 0 0.27 0.24
HSL 160.96º 0.75% 0.44% -
HSV(B) 160.96º 0.86% 0.76% -
XYZ 24.88 41.23 32.24 -
YUV 139.03 129.67 48.81 -
System Red Green Blue C M Y K H S L
Decimal 28 195 142 0.86 0 0.27 0.24 160.96 0.75 0.44
Hex 1C C3 8E 56 0 1B 18 A1 4B 2C
Octal 34 303 216 126 0 33 30 241 113 54
Binary 11100 11000011 10001110 1010110 0 11011 11000 10100001 1001011 101100

Color Harmonies of #1CC38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC38E

Black with #1CC38E

Text Example


Text Example

White with #1CC38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,195,142); }

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

background-color css

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

 a { background-color: rgb(28,195,142); }

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

border-color css

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

 span { border-color: rgb(28,195,142); }

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