Html Css Color HEX #1CBA7C Mountain Meadow

📋 copy color: '#1CBA7C'

red 28 ◦ green 186 ◦ blue 124

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

Shades of Mountain Meadow #1CBA7C

Tints of Mountain Meadow #1CBA7C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 55.03%

 BLUE value IS 124 (48.83% from 255) = 36.69%

R = 8.28%
G = 55.03%
B = 36.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#1CBA7C (or 0x1CBA7C) is known color: Mountain Meadow. HEX triplet: 1C, BA and 7C. RGB value is (28,186,124). Sum of RGB (Red+Green+Blue) = 28+186+124=338 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.28% from 338); Green value is 186 (73.05% from 255 or 55.03% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CBA7C is #E34583. Grayscale: #838383. Windows color (decimal): -14894468 or 8174108. OLE color: 8174108.

HSL color Cylindrical-coordinate representation of color #1CBA7C: hue angle of 156.46º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBA7C is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 28 186 124 -
CMYK 0.85 0 0.33 0.27
HSL 156.46º 0.74% 0.42% -
HSV(B) 156.46º 0.85% 0.73% -
XYZ 21.68 36.82 25.03 -
YUV 131.69 123.65 54.04 -
System Red Green Blue C M Y K H S L
Decimal 28 186 124 0.85 0 0.33 0.27 156.46 0.74 0.42
Hex 1C BA 7C 55 0 21 1B 9C 4A 2A
Octal 34 272 174 125 0 41 33 234 112 52
Binary 11100 10111010 1111100 1010101 0 100001 11011 10011100 1001010 101010

Color Harmonies of #1CBA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CBA7C

Black with #1CBA7C

Text Example


Text Example

White with #1CBA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,186,124); }

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

background-color css

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

 a { background-color: rgb(28,186,124); }

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

border-color css

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

 span { border-color: rgb(28,186,124); }

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