Html Css Color HEX #14C273 Mountain Meadow

📋 copy color: '#14C273'

red 20 ◦ green 194 ◦ blue 115

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

Shades of Mountain Meadow #14C273

Tints of Mountain Meadow #14C273

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.97%

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 6.08%
G = 58.97%
B = 34.95%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#14C273 (or 0x14C273) is known color: Mountain Meadow. HEX triplet: 14, C2 and 73. RGB value is (20,194,115). Sum of RGB (Red+Green+Blue) = 20+194+115=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #14C273 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C273 is #EB3D8C. Grayscale: #858585. Windows color (decimal): -15416717 or 7586324. OLE color: 7586324.

HSL color Cylindrical-coordinate representation of color #14C273: hue angle of 152.76º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C273 is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 194 115 -
CMYK 0.90 0 0.41 0.24
HSL 152.76º 0.81% 0.42% -
HSV(B) 152.76º 0.9% 0.76% -
XYZ 22.67 39.97 22.74 -
YUV 132.97 117.85 47.42 -
System Red Green Blue C M Y K H S L
Decimal 20 194 115 0.90 0 0.41 0.24 152.76 0.81 0.42
Hex 14 C2 73 5A 0 29 18 99 51 2A
Octal 24 302 163 132 0 51 30 231 121 52
Binary 10100 11000010 1110011 1011010 0 101001 11000 10011001 1010001 101010

Color Harmonies of #14C273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C273

Black with #14C273

Text Example


Text Example

White with #14C273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,194,115); }

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

background-color css

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

 a { background-color: rgb(20,194,115); }

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

border-color css

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

 span { border-color: rgb(20,194,115); }

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