Html Css Color HEX #1CAA70 Mountain Meadow

📋 copy color: '#1CAA70'

red 28 ◦ green 170 ◦ blue 112

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

Shades of Mountain Meadow #1CAA70

Tints of Mountain Meadow #1CAA70

RGB

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

 GREEN value IS 170 (66.8% from 255) = 54.84%

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

R = 9.03%
G = 54.84%
B = 36.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#1CAA70 (or 0x1CAA70) is known color: Mountain Meadow. HEX triplet: 1C, AA and 70. RGB value is (28,170,112). Sum of RGB (Red+Green+Blue) = 28+170+112=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #1CAA70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAA70 is #E3558F. Grayscale: #797979. Windows color (decimal): -14898576 or 7383580. OLE color: 7383580.

HSL color Cylindrical-coordinate representation of color #1CAA70: hue angle of 155.49º 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 #1CAA70 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 170 112 -
CMYK 0.84 0 0.34 0.33
HSL 155.49º 0.72% 0.39% -
HSV(B) 155.49º 0.84% 0.67% -
XYZ 17.78 30.17 20.21 -
YUV 120.93 122.96 61.72 -
System Red Green Blue C M Y K H S L
Decimal 28 170 112 0.84 0 0.34 0.33 155.49 0.72 0.39
Hex 1C AA 70 54 0 22 21 9B 48 27
Octal 34 252 160 124 0 42 41 233 110 47
Binary 11100 10101010 1110000 1010100 0 100010 100001 10011011 1001000 100111

Color Harmonies of #1CAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAA70

Black with #1CAA70

Text Example


Text Example

White with #1CAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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