Html Css Color HEX #19CC8C Mountain Meadow

📋 copy color: '#19CC8C'

red 25 ◦ green 204 ◦ blue 140

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

Shades of Mountain Meadow #19CC8C

Tints of Mountain Meadow #19CC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.28%

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 6.78%
G = 55.28%
B = 37.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#19CC8C (or 0x19CC8C) is known color: Mountain Meadow. HEX triplet: 19, CC and 8C. RGB value is (25,204,140). Sum of RGB (Red+Green+Blue) = 25+204+140=369 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.78% from 369); Green value is 204 (80.08% from 255 or 55.28% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 204 - color contains mainly: green. Hex color #19CC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19CC8C is #E63373. Grayscale: #8F8F8F. Windows color (decimal): -15086452 or 9227289. OLE color: 9227289.

HSL color Cylindrical-coordinate representation of color #19CC8C: hue angle of 158.55º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CC8C is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 25 204 140 -
CMYK 0.88 0 0.31 0.2
HSL 158.55º 0.78% 0.45% -
HSV(B) 158.55º 0.88% 0.8% -
XYZ 26.73 45.29 32.14 -
YUV 143.18 126.2 43.7 -
System Red Green Blue C M Y K H S L
Decimal 25 204 140 0.88 0 0.31 0.2 158.55 0.78 0.45
Hex 19 CC 8C 58 0 1F 14 9F 4E 2D
Octal 31 314 214 130 0 37 24 237 116 55
Binary 11001 11001100 10001100 1011000 0 11111 10100 10011111 1001110 101101

Color Harmonies of #19CC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19CC8C

Black with #19CC8C

Text Example


Text Example

White with #19CC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,204,140); }

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

background-color css

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

 a { background-color: rgb(25,204,140); }

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

border-color css

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

 span { border-color: rgb(25,204,140); }

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