Html Css Color HEX #14C549 Dark Pastel Green

📋 copy color: '#14C549'

red 20 ◦ green 197 ◦ blue 73

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

Shades of Dark Pastel Green #14C549

Tints of Dark Pastel Green #14C549

RGB

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

 GREEN value IS 197 (77.34% from 255) = 67.93%

 BLUE value IS 73 (28.91% from 255) = 25.17%

R = 6.9%
G = 67.93%
B = 25.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#14C549 (or 0x14C549) is known color: Dark Pastel Green. HEX triplet: 14, C5 and 49. RGB value is (20,197,73). Sum of RGB (Red+Green+Blue) = 20+197+73=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 197 (77.34% from 255 or 67.93% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 197 - color contains mainly: green. Hex color #14C549 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C549 is #EB3AB6. Grayscale: #828282. Windows color (decimal): -15415991 or 4834580. OLE color: 4834580.

HSL color Cylindrical-coordinate representation of color #14C549: hue angle of 137.97º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C549 is Cyan = 0.90, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 20 197 73 -
CMYK 0.90 0 0.63 0.23
HSL 137.97º 0.82% 0.43% -
HSV(B) 137.97º 0.9% 0.77% -
XYZ 21.46 40.56 13 -
YUV 129.94 95.86 49.58 -
System Red Green Blue C M Y K H S L
Decimal 20 197 73 0.90 0 0.63 0.23 137.97 0.82 0.43
Hex 14 C5 49 5A 0 3F 17 8A 52 2B
Octal 24 305 111 132 0 77 27 212 122 53
Binary 10100 11000101 1001001 1011010 0 111111 10111 10001010 1010010 101011

Color Harmonies of #14C549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C549

Black with #14C549

Text Example


Text Example

White with #14C549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,197,73); }

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

background-color css

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

 a { background-color: rgb(20,197,73); }

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

border-color css

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

 span { border-color: rgb(20,197,73); }

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