Html Css Color HEX #1CAF7D Mountain Meadow

📋 copy color: '#1CAF7D'

red 28 ◦ green 175 ◦ blue 125

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

Shades of Mountain Meadow #1CAF7D

Tints of Mountain Meadow #1CAF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 53.35%

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 8.54%
G = 53.35%
B = 38.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#1CAF7D (or 0x1CAF7D) is known color: Mountain Meadow. HEX triplet: 1C, AF and 7D. RGB value is (28,175,125). Sum of RGB (Red+Green+Blue) = 28+175+125=328 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.54% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #1CAF7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1CAF7D is #E35082. Grayscale: #7D7D7D. Windows color (decimal): -14897283 or 8236828. OLE color: 8236828.

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

Color convert

RGB 28 175 125 -
CMYK 0.84 0 0.29 0.31
HSL 159.59º 0.72% 0.4% -
HSV(B) 159.59º 0.84% 0.69% -
XYZ 19.51 32.39 24.63 -
YUV 125.35 127.8 58.57 -
System Red Green Blue C M Y K H S L
Decimal 28 175 125 0.84 0 0.29 0.31 159.59 0.72 0.4
Hex 1C AF 7D 54 0 1D 1F A0 48 28
Octal 34 257 175 124 0 35 37 240 110 50
Binary 11100 10101111 1111101 1010100 0 11101 11111 10100000 1001000 101000

Color Harmonies of #1CAF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CAF7D

Black with #1CAF7D

Text Example


Text Example

White with #1CAF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,175,125); }

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

background-color css

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

 a { background-color: rgb(28,175,125); }

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

border-color css

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

 span { border-color: rgb(28,175,125); }

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