Html Css Color HEX #1CAB72 Mountain Meadow

📋 copy color: '#1CAB72'

red 28 ◦ green 171 ◦ blue 114

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

Shades of Mountain Meadow #1CAB72

Tints of Mountain Meadow #1CAB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.63%

 BLUE value IS 114 (44.92% from 255) = 36.42%

R = 8.95%
G = 54.63%
B = 36.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#1CAB72 (or 0x1CAB72) is known color: Mountain Meadow. HEX triplet: 1C, AB and 72. RGB value is (28,171,114). Sum of RGB (Red+Green+Blue) = 28+171+114=313 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.95% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #1CAB72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAB72 is #E3548D. Grayscale: #797979. Windows color (decimal): -14898318 or 7514908. OLE color: 7514908.

HSL color Cylindrical-coordinate representation of color #1CAB72: hue angle of 156.08º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CAB72 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 171 114 -
CMYK 0.84 0 0.33 0.33
HSL 156.08º 0.72% 0.39% -
HSV(B) 156.08º 0.84% 0.67% -
XYZ 18.08 30.59 20.87 -
YUV 121.75 123.62 61.13 -
System Red Green Blue C M Y K H S L
Decimal 28 171 114 0.84 0 0.33 0.33 156.08 0.72 0.39
Hex 1C AB 72 54 0 21 21 9C 48 27
Octal 34 253 162 124 0 41 41 234 110 47
Binary 11100 10101011 1110010 1010100 0 100001 100001 10011100 1001000 100111

Color Harmonies of #1CAB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAB72

Black with #1CAB72

Text Example


Text Example

White with #1CAB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,171,114); }

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

background-color css

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

 a { background-color: rgb(28,171,114); }

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

border-color css

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

 span { border-color: rgb(28,171,114); }

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