Html Css Color HEX #14C449 Dark Pastel Green

📋 copy color: '#14C449'

red 20 ◦ green 196 ◦ blue 73

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

Shades of Dark Pastel Green #14C449

Tints of Dark Pastel Green #14C449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 67.82%

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

R = 6.92%
G = 67.82%
B = 25.26%

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

#14C449 (or 0x14C449) is known color: Dark Pastel Green. HEX triplet: 14, C4 and 49. RGB value is (20,196,73). Sum of RGB (Red+Green+Blue) = 20+196+73=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 196 (76.95% from 255 or 67.82% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 196 - color contains mainly: green. Hex color #14C449 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C449 is #EB3BB6. Grayscale: #818181. Windows color (decimal): -15416247 or 4834324. OLE color: 4834324.

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

Color convert

RGB 20 196 73 -
CMYK 0.90 0 0.63 0.23
HSL 138.07º 0.81% 0.42% -
HSV(B) 138.07º 0.9% 0.77% -
XYZ 21.23 40.11 12.93 -
YUV 129.35 96.19 50 -
System Red Green Blue C M Y K H S L
Decimal 20 196 73 0.90 0 0.63 0.23 138.07 0.81 0.42
Hex 14 C4 49 5A 0 3F 17 8A 51 2A
Octal 24 304 111 132 0 77 27 212 121 52
Binary 10100 11000100 1001001 1011010 0 111111 10111 10001010 1010001 101010

Color Harmonies of #14C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C449

Black with #14C449

Text Example


Text Example

White with #14C449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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