Html Css Color HEX #14CB74 Mountain Meadow

📋 copy color: '#14CB74'

red 20 ◦ green 203 ◦ blue 116

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

Shades of Mountain Meadow #14CB74

Tints of Mountain Meadow #14CB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.22%

R = 5.9%
G = 59.88%
B = 34.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#14CB74 (or 0x14CB74) is known color: Mountain Meadow. HEX triplet: 14, CB and 74. RGB value is (20,203,116). Sum of RGB (Red+Green+Blue) = 20+203+116=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 203 (79.69% from 255 or 59.88% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CB74 is #EB348B. Grayscale: #8A8A8A. Windows color (decimal): -15414412 or 7654164. OLE color: 7654164.

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

Color convert

RGB 20 203 116 -
CMYK 0.90 0 0.43 0.20
HSL 151.48º 0.82% 0.44% -
HSV(B) 151.48º 0.9% 0.8% -
XYZ 24.8 44.12 23.73 -
YUV 138.37 115.37 43.57 -
System Red Green Blue C M Y K H S L
Decimal 20 203 116 0.90 0 0.43 0.20 151.48 0.82 0.44
Hex 14 CB 74 5A 0 2B 14 97 52 2C
Octal 24 313 164 132 0 53 24 227 122 54
Binary 10100 11001011 1110100 1011010 0 101011 10100 10010111 1010010 101100

Color Harmonies of #14CB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CB74

Black with #14CB74

Text Example


Text Example

White with #14CB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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