Html Css Color HEX #1CAD6C Mountain Meadow

📋 copy color: '#1CAD6C'

red 28 ◦ green 173 ◦ blue 108

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

Shades of Mountain Meadow #1CAD6C

Tints of Mountain Meadow #1CAD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.95%

R = 9.06%
G = 55.99%
B = 34.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#1CAD6C (or 0x1CAD6C) is known color: Mountain Meadow. HEX triplet: 1C, AD and 6C. RGB value is (28,173,108). Sum of RGB (Red+Green+Blue) = 28+173+108=309 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.06% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #1CAD6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAD6C is #E35293. Grayscale: #7A7A7A. Windows color (decimal): -14897812 or 7122204. OLE color: 7122204.

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

Color convert

RGB 28 173 108 -
CMYK 0.84 0 0.38 0.32
HSL 153.1º 0.72% 0.39% -
HSV(B) 153.1º 0.84% 0.68% -
XYZ 18.13 31.22 19.26 -
YUV 122.24 119.96 60.79 -
System Red Green Blue C M Y K H S L
Decimal 28 173 108 0.84 0 0.38 0.32 153.1 0.72 0.39
Hex 1C AD 6C 54 0 26 20 99 48 27
Octal 34 255 154 124 0 46 40 231 110 47
Binary 11100 10101101 1101100 1010100 0 100110 100000 10011001 1001000 100111

Color Harmonies of #1CAD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAD6C

Black with #1CAD6C

Text Example


Text Example

White with #1CAD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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