Html Css Color HEX #19AF7E Mountain Meadow

📋 copy color: '#19AF7E'

red 25 ◦ green 175 ◦ blue 126

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

Shades of Mountain Meadow #19AF7E

Tints of Mountain Meadow #19AF7E

RGB

 RED value IS 25 (10.16% from 255) = 7.67%

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

 BLUE value IS 126 (49.61% from 255) = 38.65%

R = 7.67%
G = 53.68%
B = 38.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#19AF7E (or 0x19AF7E) is known color: Mountain Meadow. HEX triplet: 19, AF and 7E. RGB value is (25,175,126). Sum of RGB (Red+Green+Blue) = 25+175+126=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AF7E is #E65081. Grayscale: #7C7C7C. Windows color (decimal): -15093890 or 8302361. OLE color: 8302361.

HSL color Cylindrical-coordinate representation of color #19AF7E: hue angle of 160.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF7E is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 175 126 -
CMYK 0.86 0 0.28 0.31
HSL 160.4º 0.75% 0.39% -
HSV(B) 160.4º 0.86% 0.69% -
XYZ 19.5 32.37 24.96 -
YUV 124.56 128.81 56.98 -
System Red Green Blue C M Y K H S L
Decimal 25 175 126 0.86 0 0.28 0.31 160.4 0.75 0.39
Hex 19 AF 7E 56 0 1C 1F A0 4B 27
Octal 31 257 176 126 0 34 37 240 113 47
Binary 11001 10101111 1111110 1010110 0 11100 11111 10100000 1001011 100111

Color Harmonies of #19AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AF7E

Black with #19AF7E

Text Example


Text Example

White with #19AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19AF7E; }

 p { color: rgb(25,175,126); }

 H1.HeaderClassName
 {
   color: #19AF7E;
 }
 .AnyTagClassName
 {
   color: #19AF7E;
 }
</style>

background-color css

<style>
 a { background-color: #19AF7E; }

 a { background-color: rgb(25,175,126); }

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

border-color css

<style>
 span { border-color: #19AF7E; }

 span { border-color: rgb(25,175,126); }

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