Html Css Color HEX #14C037 Dark Pastel Green

📋 copy color: '#14C037'

red 20 ◦ green 192 ◦ blue 55

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

Shades of Dark Pastel Green #14C037

Tints of Dark Pastel Green #14C037

RGB

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

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

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

R = 7.49%
G = 71.91%
B = 20.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#14C037 (or 0x14C037) is known color: Dark Pastel Green. HEX triplet: 14, C0 and 37. RGB value is (20,192,55). Sum of RGB (Red+Green+Blue) = 20+192+55=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 192 (75.39% from 255 or 71.91% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 192 - color contains mainly: green. Hex color #14C037 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C037 is #EB3FC8. Grayscale: #7D7D7D. Windows color (decimal): -15417289 or 3653652. OLE color: 3653652.

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

Color convert

RGB 20 192 55 -
CMYK 0.90 0 0.71 0.25
HSL 132.21º 0.81% 0.42% -
HSV(B) 132.21º 0.9% 0.75% -
XYZ 19.83 38.12 9.93 -
YUV 124.95 88.52 53.14 -
System Red Green Blue C M Y K H S L
Decimal 20 192 55 0.90 0 0.71 0.25 132.21 0.81 0.42
Hex 14 C0 37 5A 0 47 19 84 51 2A
Octal 24 300 67 132 0 107 31 204 121 52
Binary 10100 11000000 110111 1011010 0 1000111 11001 10000100 1010001 101010

Color Harmonies of #14C037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C037

Black with #14C037

Text Example


Text Example

White with #14C037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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