Html Css Color HEX #1CA985 Mountain Meadow

📋 copy color: '#1CA985'

red 28 ◦ green 169 ◦ blue 133

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

Shades of Mountain Meadow #1CA985

Tints of Mountain Meadow #1CA985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 51.21%

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 8.48%
G = 51.21%
B = 40.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#1CA985 (or 0x1CA985) is known color: Mountain Meadow. HEX triplet: 1C, A9 and 85. RGB value is (28,169,133). Sum of RGB (Red+Green+Blue) = 28+169+133=330 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.48% from 330); Green value is 169 (66.41% from 255 or 51.21% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 169 - color contains mainly: green. Hex color #1CA985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1CA985 is #E3567A. Grayscale: #7A7A7A. Windows color (decimal): -14898811 or 8759580. OLE color: 8759580.

HSL color Cylindrical-coordinate representation of color #1CA985: hue angle of 164.68º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1CA985 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 28 169 133 -
CMYK 0.83 0 0.21 0.34
HSL 164.68º 0.72% 0.39% -
HSV(B) 164.68º 0.83% 0.66% -
XYZ 18.9 30.32 27.05 -
YUV 122.74 133.79 60.43 -
System Red Green Blue C M Y K H S L
Decimal 28 169 133 0.83 0 0.21 0.34 164.68 0.72 0.39
Hex 1C A9 85 53 0 15 22 A5 48 27
Octal 34 251 205 123 0 25 42 245 110 47
Binary 11100 10101001 10000101 1010011 0 10101 100010 10100101 1001000 100111

Color Harmonies of #1CA985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CA985

Black with #1CA985

Text Example


Text Example

White with #1CA985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,169,133); }

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

background-color css

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

 a { background-color: rgb(28,169,133); }

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

border-color css

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

 span { border-color: rgb(28,169,133); }

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