Html Css Color HEX #14C444 Dark Pastel Green

📋 copy color: '#14C444'

red 20 ◦ green 196 ◦ blue 68

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

Shades of Dark Pastel Green #14C444

Tints of Dark Pastel Green #14C444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.94%

R = 7.04%
G = 69.01%
B = 23.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#14C444 (or 0x14C444) is known color: Dark Pastel Green. HEX triplet: 14, C4 and 44. RGB value is (20,196,68). Sum of RGB (Red+Green+Blue) = 20+196+68=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 196 (76.95% from 255 or 69.01% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 196 - color contains mainly: green. Hex color #14C444 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C444 is #EB3BBB. Grayscale: #818181. Windows color (decimal): -15416252 or 4506644. OLE color: 4506644.

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

Color convert

RGB 20 196 68 -
CMYK 0.90 0 0.65 0.23
HSL 136.36º 0.81% 0.42% -
HSV(B) 136.36º 0.9% 0.77% -
XYZ 21.07 40.05 12.09 -
YUV 128.78 93.69 50.41 -
System Red Green Blue C M Y K H S L
Decimal 20 196 68 0.90 0 0.65 0.23 136.36 0.81 0.42
Hex 14 C4 44 5A 0 41 17 88 51 2A
Octal 24 304 104 132 0 101 27 210 121 52
Binary 10100 11000100 1000100 1011010 0 1000001 10111 10001000 1010001 101010

Color Harmonies of #14C444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C444

Black with #14C444

Text Example


Text Example

White with #14C444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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