Html Css Color HEX #1CAE80 Mountain Meadow

📋 copy color: '#1CAE80'

red 28 ◦ green 174 ◦ blue 128

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

Shades of Mountain Meadow #1CAE80

Tints of Mountain Meadow #1CAE80

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.73%

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 8.48%
G = 52.73%
B = 38.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#1CAE80 (or 0x1CAE80) is known color: Mountain Meadow. HEX triplet: 1C, AE and 80. RGB value is (28,174,128). Sum of RGB (Red+Green+Blue) = 28+174+128=330 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.48% from 330); Green value is 174 (68.36% from 255 or 52.73% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 174 - color contains mainly: green. Hex color #1CAE80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CAE80 is #E3517F. Grayscale: #7D7D7D. Windows color (decimal): -14897536 or 8433180. OLE color: 8433180.

HSL color Cylindrical-coordinate representation of color #1CAE80: hue angle of 161.1º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAE80 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 174 128 -
CMYK 0.84 0 0.26 0.32
HSL 161.1º 0.72% 0.4% -
HSV(B) 161.1º 0.84% 0.68% -
XYZ 19.51 32.08 25.59 -
YUV 125.1 129.63 58.74 -
System Red Green Blue C M Y K H S L
Decimal 28 174 128 0.84 0 0.26 0.32 161.1 0.72 0.4
Hex 1C AE 80 54 0 1A 20 A1 48 28
Octal 34 256 200 124 0 32 40 241 110 50
Binary 11100 10101110 10000000 1010100 0 11010 100000 10100001 1001000 101000

Color Harmonies of #1CAE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAE80

Black with #1CAE80

Text Example


Text Example

White with #1CAE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,174,128); }

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

background-color css

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

 a { background-color: rgb(28,174,128); }

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

border-color css

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

 span { border-color: rgb(28,174,128); }

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