Html Css Color HEX #14BE4A Dark Pastel Green

📋 copy color: '#14BE4A'

red 20 ◦ green 190 ◦ blue 74

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

Shades of Dark Pastel Green #14BE4A

Tints of Dark Pastel Green #14BE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 66.9%

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

R = 7.04%
G = 66.9%
B = 26.06%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#14BE4A (or 0x14BE4A) is known color: Dark Pastel Green. HEX triplet: 14, BE and 4A. RGB value is (20,190,74). Sum of RGB (Red+Green+Blue) = 20+190+74=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 190 (74.61% from 255 or 66.90% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 190 - color contains mainly: green. Hex color #14BE4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BE4A is #EB41B5. Grayscale: #7E7E7E. Windows color (decimal): -15417782 or 4898324. OLE color: 4898324.

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

Color convert

RGB 20 190 74 -
CMYK 0.89 0 0.61 0.25
HSL 139.06º 0.81% 0.41% -
HSV(B) 139.06º 0.89% 0.75% -
XYZ 19.94 37.47 12.66 -
YUV 125.95 98.68 52.43 -
System Red Green Blue C M Y K H S L
Decimal 20 190 74 0.89 0 0.61 0.25 139.06 0.81 0.41
Hex 14 BE 4A 59 0 3D 19 8B 51 29
Octal 24 276 112 131 0 75 31 213 121 51
Binary 10100 10111110 1001010 1011001 0 111101 11001 10001011 1010001 101001

Color Harmonies of #14BE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BE4A

Black with #14BE4A

Text Example


Text Example

White with #14BE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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