Html Css Color HEX #14CC82 Mountain Meadow

📋 copy color: '#14CC82'

red 20 ◦ green 204 ◦ blue 130

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

Shades of Mountain Meadow #14CC82

Tints of Mountain Meadow #14CC82

RGB

 RED value IS 20 (8.2% from 255) = 5.65%

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

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 5.65%
G = 57.63%
B = 36.72%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#14CC82 (or 0x14CC82) is known color: Mountain Meadow. HEX triplet: 14, CC and 82. RGB value is (20,204,130). Sum of RGB (Red+Green+Blue) = 20+204+130=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CC82 is #EB337D. Grayscale: #8C8C8C. Windows color (decimal): -15414142 or 8571924. OLE color: 8571924.

HSL color Cylindrical-coordinate representation of color #14CC82: hue angle of 155.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CC82 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 204 130 -
CMYK 0.90 0 0.36 0.2
HSL 155.87º 0.82% 0.44% -
HSV(B) 155.87º 0.9% 0.8% -
XYZ 25.91 44.95 28.43 -
YUV 140.55 122.04 42.02 -
System Red Green Blue C M Y K H S L
Decimal 20 204 130 0.90 0 0.36 0.2 155.87 0.82 0.44
Hex 14 CC 82 5A 0 24 14 9C 52 2C
Octal 24 314 202 132 0 44 24 234 122 54
Binary 10100 11001100 10000010 1011010 0 100100 10100 10011100 1010010 101100

Color Harmonies of #14CC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CC82

Black with #14CC82

Text Example


Text Example

White with #14CC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14CC82; }

 p { color: rgb(20,204,130); }

 H1.HeaderClassName
 {
   color: #14CC82;
 }
 .AnyTagClassName
 {
   color: #14CC82;
 }
</style>

background-color css

<style>
 a { background-color: #14CC82; }

 a { background-color: rgb(20,204,130); }

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

border-color css

<style>
 span { border-color: #14CC82; }

 span { border-color: rgb(20,204,130); }

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