Html Css Color HEX #1CAD7A Mountain Meadow

📋 copy color: '#1CAD7A'

red 28 ◦ green 173 ◦ blue 122

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

Shades of Mountain Meadow #1CAD7A

Tints of Mountain Meadow #1CAD7A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.56%

 BLUE value IS 122 (48.05% from 255) = 37.77%

R = 8.67%
G = 53.56%
B = 37.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#1CAD7A (or 0x1CAD7A) is known color: Mountain Meadow. HEX triplet: 1C, AD and 7A. RGB value is (28,173,122). Sum of RGB (Red+Green+Blue) = 28+173+122=323 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.67% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 122 (48.05% from 255 or 37.77% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAD7A is #E35285. Grayscale: #7B7B7B. Windows color (decimal): -14897798 or 8039708. OLE color: 8039708.

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

Color convert

RGB 28 173 122 -
CMYK 0.84 0 0.29 0.32
HSL 158.9º 0.72% 0.39% -
HSV(B) 158.9º 0.84% 0.68% -
XYZ 18.94 31.54 23.5 -
YUV 123.83 126.96 59.65 -
System Red Green Blue C M Y K H S L
Decimal 28 173 122 0.84 0 0.29 0.32 158.9 0.72 0.39
Hex 1C AD 7A 54 0 1D 20 9F 48 27
Octal 34 255 172 124 0 35 40 237 110 47
Binary 11100 10101101 1111010 1010100 0 11101 100000 10011111 1001000 100111

Color Harmonies of #1CAD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD7A

Black with #1CAD7A

Text Example


Text Example

White with #1CAD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,173,122); }

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

background-color css

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

 a { background-color: rgb(28,173,122); }

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

border-color css

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

 span { border-color: rgb(28,173,122); }

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