Html Css Color HEX #14AD37 Dark Pastel Green

📋 copy color: '#14AD37'

red 20 ◦ green 173 ◦ blue 55

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

Shades of Dark Pastel Green #14AD37

Tints of Dark Pastel Green #14AD37

RGB

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

 GREEN value IS 173 (67.97% from 255) = 69.76%

 BLUE value IS 55 (21.88% from 255) = 22.18%

R = 8.06%
G = 69.76%
B = 22.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#14AD37 (or 0x14AD37) is known color: Dark Pastel Green. HEX triplet: 14, AD and 37. RGB value is (20,173,55). Sum of RGB (Red+Green+Blue) = 20+173+55=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 173 (67.97% from 255 or 69.76% from 248); Blue value is 55 (21.88% from 255 or 22.18% from 248); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AD37 is #EB52C8. Grayscale: #727272. Windows color (decimal): -15422153 or 3648788. OLE color: 3648788.

HSL color Cylindrical-coordinate representation of color #14AD37: hue angle of 133.73º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD37 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 173 55 -
CMYK 0.88 0 0.68 0.32
HSL 133.73º 0.79% 0.38% -
HSV(B) 133.73º 0.88% 0.68% -
XYZ 15.92 30.31 8.63 -
YUV 113.8 94.81 61.09 -
System Red Green Blue C M Y K H S L
Decimal 20 173 55 0.88 0 0.68 0.32 133.73 0.79 0.38
Hex 14 AD 37 58 0 44 20 86 4F 26
Octal 24 255 67 130 0 104 40 206 117 46
Binary 10100 10101101 110111 1011000 0 1000100 100000 10000110 1001111 100110

Color Harmonies of #14AD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD37

Black with #14AD37

Text Example


Text Example

White with #14AD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,173,55); }

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

background-color css

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

 a { background-color: rgb(20,173,55); }

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

border-color css

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

 span { border-color: rgb(20,173,55); }

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