Html Css Color HEX #1CCA8D Mountain Meadow

📋 copy color: '#1CCA8D'

red 28 ◦ green 202 ◦ blue 141

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

Shades of Mountain Meadow #1CCA8D

Tints of Mountain Meadow #1CCA8D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 54.45%

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 7.55%
G = 54.45%
B = 38.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#1CCA8D (or 0x1CCA8D) is known color: Mountain Meadow. HEX triplet: 1C, CA and 8D. RGB value is (28,202,141). Sum of RGB (Red+Green+Blue) = 28+202+141=371 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.55% from 371); Green value is 202 (79.30% from 255 or 54.45% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 202 - color contains mainly: green. Hex color #1CCA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCA8D is #E33572. Grayscale: #8F8F8F. Windows color (decimal): -14890355 or 9292316. OLE color: 9292316.

HSL color Cylindrical-coordinate representation of color #1CCA8D: hue angle of 158.97º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCA8D is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 28 202 141 -
CMYK 0.86 0 0.30 0.21
HSL 158.97º 0.76% 0.45% -
HSV(B) 158.97º 0.86% 0.79% -
XYZ 26.41 44.41 32.38 -
YUV 143.02 126.85 45.96 -
System Red Green Blue C M Y K H S L
Decimal 28 202 141 0.86 0 0.30 0.21 158.97 0.76 0.45
Hex 1C CA 8D 56 0 1E 15 9F 4C 2D
Octal 34 312 215 126 0 36 25 237 114 55
Binary 11100 11001010 10001101 1010110 0 11110 10101 10011111 1001100 101101

Color Harmonies of #1CCA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCA8D

Black with #1CCA8D

Text Example


Text Example

White with #1CCA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,202,141); }

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

background-color css

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

 a { background-color: rgb(28,202,141); }

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

border-color css

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

 span { border-color: rgb(28,202,141); }

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