Html Css Color HEX #14CC72 Mountain Meadow

📋 copy color: '#14CC72'

red 20 ◦ green 204 ◦ blue 114

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

Shades of Mountain Meadow #14CC72

Tints of Mountain Meadow #14CC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 5.92%
G = 60.36%
B = 33.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#14CC72 (or 0x14CC72) is known color: Mountain Meadow. HEX triplet: 14, CC and 72. RGB value is (20,204,114). Sum of RGB (Red+Green+Blue) = 20+204+114=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 204 (80.08% from 255 or 60.36% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CC72 is #EB338D. Grayscale: #8A8A8A. Windows color (decimal): -15414158 or 7523348. OLE color: 7523348.

HSL color Cylindrical-coordinate representation of color #14CC72: hue angle of 150.65º 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 #14CC72 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB 20 204 114 -
CMYK 0.90 0 0.44 0.2
HSL 150.65º 0.82% 0.44% -
HSV(B) 150.65º 0.9% 0.8% -
XYZ 24.92 44.55 23.21 -
YUV 138.72 114.04 43.32 -
System Red Green Blue C M Y K H S L
Decimal 20 204 114 0.90 0 0.44 0.2 150.65 0.82 0.44
Hex 14 CC 72 5A 0 2C 14 97 52 2C
Octal 24 314 162 132 0 54 24 227 122 54
Binary 10100 11001100 1110010 1011010 0 101100 10100 10010111 1010010 101100

Color Harmonies of #14CC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CC72

Black with #14CC72

Text Example


Text Example

White with #14CC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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