Html Css Color HEX #1CA570 Mountain Meadow

📋 copy color: '#1CA570'

red 28 ◦ green 165 ◦ blue 112

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

Shades of Mountain Meadow #1CA570

Tints of Mountain Meadow #1CA570

RGB

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

 GREEN value IS 165 (64.84% from 255) = 54.1%

 BLUE value IS 112 (44.14% from 255) = 36.72%

R = 9.18%
G = 54.1%
B = 36.72%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#1CA570 (or 0x1CA570) is known color: Mountain Meadow. HEX triplet: 1C, A5 and 70. RGB value is (28,165,112). Sum of RGB (Red+Green+Blue) = 28+165+112=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 165 (64.84% from 255 or 54.10% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 165 - color contains mainly: green. Hex color #1CA570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CA570 is #E35A8F. Grayscale: #767676. Windows color (decimal): -14899856 or 7382300. OLE color: 7382300.

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

Color convert

RGB 28 165 112 -
CMYK 0.83 0 0.32 0.35
HSL 156.79º 0.71% 0.38% -
HSV(B) 156.79º 0.83% 0.65% -
XYZ 16.86 28.33 19.91 -
YUV 118 124.61 63.81 -
System Red Green Blue C M Y K H S L
Decimal 28 165 112 0.83 0 0.32 0.35 156.79 0.71 0.38
Hex 1C A5 70 53 0 20 23 9D 47 26
Octal 34 245 160 123 0 40 43 235 107 46
Binary 11100 10100101 1110000 1010011 0 100000 100011 10011101 1000111 100110

Color Harmonies of #1CA570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA570

Black with #1CA570

Text Example


Text Example

White with #1CA570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,165,112); }

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

background-color css

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

 a { background-color: rgb(28,165,112); }

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

border-color css

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

 span { border-color: rgb(28,165,112); }

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