Html Css Color HEX #14C04E Dark Pastel Green

📋 copy color: '#14C04E'

red 20 ◦ green 192 ◦ blue 78

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

Shades of Dark Pastel Green #14C04E

Tints of Dark Pastel Green #14C04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.9%

R = 6.9%
G = 66.21%
B = 26.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#14C04E (or 0x14C04E) is known color: Dark Pastel Green. HEX triplet: 14, C0 and 4E. RGB value is (20,192,78). Sum of RGB (Red+Green+Blue) = 20+192+78=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #14C04E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C04E is #EB3FB1. Grayscale: #7F7F7F. Windows color (decimal): -15417266 or 5160980. OLE color: 5160980.

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

Color convert

RGB 20 192 78 -
CMYK 0.90 0 0.59 0.25
HSL 140.23º 0.81% 0.42% -
HSV(B) 140.23º 0.9% 0.75% -
XYZ 20.51 38.4 13.54 -
YUV 127.58 100.02 51.27 -
System Red Green Blue C M Y K H S L
Decimal 20 192 78 0.90 0 0.59 0.25 140.23 0.81 0.42
Hex 14 C0 4E 5A 0 3B 19 8C 51 2A
Octal 24 300 116 132 0 73 31 214 121 52
Binary 10100 11000000 1001110 1011010 0 111011 11001 10001100 1010001 101010

Color Harmonies of #14C04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C04E

Black with #14C04E

Text Example


Text Example

White with #14C04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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