Html Css Color HEX #1CB47D Mountain Meadow

📋 copy color: '#1CB47D'

red 28 ◦ green 180 ◦ blue 125

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

Shades of Mountain Meadow #1CB47D

Tints of Mountain Meadow #1CB47D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.05%

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 8.41%
G = 54.05%
B = 37.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#1CB47D (or 0x1CB47D) is known color: Mountain Meadow. HEX triplet: 1C, B4 and 7D. RGB value is (28,180,125). Sum of RGB (Red+Green+Blue) = 28+180+125=333 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.41% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB47D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB47D is #E34B82. Grayscale: #808080. Windows color (decimal): -14896003 or 8238108. OLE color: 8238108.

HSL color Cylindrical-coordinate representation of color #1CB47D: hue angle of 158.29º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB47D is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 28 180 125 -
CMYK 0.84 0 0.31 0.29
HSL 158.29º 0.73% 0.41% -
HSV(B) 158.29º 0.84% 0.71% -
XYZ 20.5 34.37 24.96 -
YUV 128.28 126.14 56.47 -
System Red Green Blue C M Y K H S L
Decimal 28 180 125 0.84 0 0.31 0.29 158.29 0.73 0.41
Hex 1C B4 7D 54 0 1F 1D 9E 49 29
Octal 34 264 175 124 0 37 35 236 111 51
Binary 11100 10110100 1111101 1010100 0 11111 11101 10011110 1001001 101001

Color Harmonies of #1CB47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB47D

Black with #1CB47D

Text Example


Text Example

White with #1CB47D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,180,125); }

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

background-color css

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

 a { background-color: rgb(28,180,125); }

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

border-color css

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

 span { border-color: rgb(28,180,125); }

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