Html Css Color HEX #14CB78 Mountain Meadow

📋 copy color: '#14CB78'

red 20 ◦ green 203 ◦ blue 120

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

Shades of Mountain Meadow #14CB78

Tints of Mountain Meadow #14CB78

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.18%

 BLUE value IS 120 (47.27% from 255) = 34.99%

R = 5.83%
G = 59.18%
B = 34.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#14CB78 (or 0x14CB78) is known color: Mountain Meadow. HEX triplet: 14, CB and 78. RGB value is (20,203,120). Sum of RGB (Red+Green+Blue) = 20+203+120=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 203 (79.69% from 255 or 59.18% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB78 is #EB3487. Grayscale: #8A8A8A. Windows color (decimal): -15414408 or 7916308. OLE color: 7916308.

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

Color convert

RGB 20 203 120 -
CMYK 0.90 0 0.41 0.20
HSL 152.79º 0.82% 0.44% -
HSV(B) 152.79º 0.9% 0.8% -
XYZ 25.03 44.22 24.98 -
YUV 138.82 117.37 43.25 -
System Red Green Blue C M Y K H S L
Decimal 20 203 120 0.90 0 0.41 0.20 152.79 0.82 0.44
Hex 14 CB 78 5A 0 29 14 99 52 2C
Octal 24 313 170 132 0 51 24 231 122 54
Binary 10100 11001011 1111000 1011010 0 101001 10100 10011001 1010010 101100

Color Harmonies of #14CB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CB78

Black with #14CB78

Text Example


Text Example

White with #14CB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,203,120); }

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

background-color css

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

 a { background-color: rgb(20,203,120); }

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

border-color css

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

 span { border-color: rgb(20,203,120); }

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