Html Css Color HEX #1CA87E Mountain Meadow

📋 copy color: '#1CA87E'

red 28 ◦ green 168 ◦ blue 126

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

Shades of Mountain Meadow #1CA87E

Tints of Mountain Meadow #1CA87E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.17%

 BLUE value IS 126 (49.61% from 255) = 39.13%

R = 8.7%
G = 52.17%
B = 39.13%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#1CA87E (or 0x1CA87E) is known color: Mountain Meadow. HEX triplet: 1C, A8 and 7E. RGB value is (28,168,126). Sum of RGB (Red+Green+Blue) = 28+168+126=322 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.70% from 322); Green value is 168 (66.02% from 255 or 52.17% from 322); Blue value is 126 (49.61% from 255 or 39.13% from 322); Max value from RGB is 168 - color contains mainly: green. Hex color #1CA87E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA87E is #E35781. Grayscale: #797979. Windows color (decimal): -14899074 or 8300572. OLE color: 8300572.

HSL color Cylindrical-coordinate representation of color #1CA87E: hue angle of 162º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA87E is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 28 168 126 -
CMYK 0.83 0 0.25 0.34
HSL 162º 0.71% 0.38% -
HSV(B) 162º 0.83% 0.66% -
XYZ 18.25 29.76 24.52 -
YUV 121.35 130.62 61.42 -
System Red Green Blue C M Y K H S L
Decimal 28 168 126 0.83 0 0.25 0.34 162 0.71 0.38
Hex 1C A8 7E 53 0 19 22 A2 47 26
Octal 34 250 176 123 0 31 42 242 107 46
Binary 11100 10101000 1111110 1010011 0 11001 100010 10100010 1000111 100110

Color Harmonies of #1CA87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA87E

Black with #1CA87E

Text Example


Text Example

White with #1CA87E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,168,126); }

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

background-color css

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

 a { background-color: rgb(28,168,126); }

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

border-color css

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

 span { border-color: rgb(28,168,126); }

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