Html Css Color HEX #14C04A Dark Pastel Green

📋 copy color: '#14C04A'

red 20 ◦ green 192 ◦ blue 74

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

Shades of Dark Pastel Green #14C04A

Tints of Dark Pastel Green #14C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.13%

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 6.99%
G = 67.13%
B = 25.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#14C04A (or 0x14C04A) is known color: Dark Pastel Green. HEX triplet: 14, C0 and 4A. RGB value is (20,192,74). Sum of RGB (Red+Green+Blue) = 20+192+74=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #14C04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C04A is #EB3FB5. Grayscale: #7F7F7F. Windows color (decimal): -15417270 or 4898836. OLE color: 4898836.

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

Color convert

RGB 20 192 74 -
CMYK 0.90 0 0.61 0.25
HSL 138.84º 0.81% 0.42% -
HSV(B) 138.84º 0.9% 0.75% -
XYZ 20.37 38.34 12.81 -
YUV 127.12 98.02 51.59 -
System Red Green Blue C M Y K H S L
Decimal 20 192 74 0.90 0 0.61 0.25 138.84 0.81 0.42
Hex 14 C0 4A 5A 0 3D 19 8B 51 2A
Octal 24 300 112 132 0 75 31 213 121 52
Binary 10100 11000000 1001010 1011010 0 111101 11001 10001011 1010001 101010

Color Harmonies of #14C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C04A

Black with #14C04A

Text Example


Text Example

White with #14C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,192,74); }

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

background-color css

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

 a { background-color: rgb(20,192,74); }

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

border-color css

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

 span { border-color: rgb(20,192,74); }

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