Html Css Color HEX #19AF7A Mountain Meadow

📋 copy color: '#19AF7A'

red 25 ◦ green 175 ◦ blue 122

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

Shades of Mountain Meadow #19AF7A

Tints of Mountain Meadow #19AF7A

RGB

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

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

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

R = 7.76%
G = 54.35%
B = 37.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#19AF7A (or 0x19AF7A) is known color: Mountain Meadow. HEX triplet: 19, AF and 7A. RGB value is (25,175,122). Sum of RGB (Red+Green+Blue) = 25+175+122=322 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.76% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AF7A is #E65085. Grayscale: #7C7C7C. Windows color (decimal): -15093894 or 8040217. OLE color: 8040217.

HSL color Cylindrical-coordinate representation of color #19AF7A: hue angle of 158.8º 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 #19AF7A is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 25 175 122 -
CMYK 0.86 0 0.30 0.31
HSL 158.8º 0.75% 0.39% -
HSV(B) 158.8º 0.86% 0.69% -
XYZ 19.24 32.27 23.63 -
YUV 124.11 126.81 57.31 -
System Red Green Blue C M Y K H S L
Decimal 25 175 122 0.86 0 0.30 0.31 158.8 0.75 0.39
Hex 19 AF 7A 56 0 1E 1F 9F 4B 27
Octal 31 257 172 126 0 36 37 237 113 47
Binary 11001 10101111 1111010 1010110 0 11110 11111 10011111 1001011 100111

Color Harmonies of #19AF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19AF7A

Black with #19AF7A

Text Example


Text Example

White with #19AF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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