Html Css Color HEX #19A68A Mountain Meadow

📋 copy color: '#19A68A'

red 25 ◦ green 166 ◦ blue 138

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

Shades of Mountain Meadow #19A68A

Tints of Mountain Meadow #19A68A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.46%

 BLUE value IS 138 (54.3% from 255) = 41.95%

R = 7.6%
G = 50.46%
B = 41.95%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#19A68A (or 0x19A68A) is known color: Mountain Meadow. HEX triplet: 19, A6 and 8A. RGB value is (25,166,138). Sum of RGB (Red+Green+Blue) = 25+166+138=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #19A68A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A68A is #E65975. Grayscale: #787878. Windows color (decimal): -15096182 or 9086489. OLE color: 9086489.

HSL color Cylindrical-coordinate representation of color #19A68A: hue angle of 168.09º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A68A is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 25 166 138 -
CMYK 0.85 0 0.17 0.35
HSL 168.09º 0.74% 0.37% -
HSV(B) 168.09º 0.85% 0.65% -
XYZ 18.62 29.31 28.72 -
YUV 120.65 137.79 59.78 -
System Red Green Blue C M Y K H S L
Decimal 25 166 138 0.85 0 0.17 0.35 168.09 0.74 0.37
Hex 19 A6 8A 55 0 11 23 A8 4A 25
Octal 31 246 212 125 0 21 43 250 112 45
Binary 11001 10100110 10001010 1010101 0 10001 100011 10101000 1001010 100101

Color Harmonies of #19A68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19A68A

Black with #19A68A

Text Example


Text Example

White with #19A68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,166,138); }

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

background-color css

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

 a { background-color: rgb(25,166,138); }

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

border-color css

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

 span { border-color: rgb(25,166,138); }

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