Html Css Color HEX #14D631 Dark Pastel Green

📋 copy color: '#14D631'

red 20 ◦ green 214 ◦ blue 49

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

Shades of Dark Pastel Green #14D631

Tints of Dark Pastel Green #14D631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 75.62%

 BLUE value IS 49 (19.53% from 255) = 17.31%

R = 7.07%
G = 75.62%
B = 17.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#14D631 (or 0x14D631) is known color: Dark Pastel Green. HEX triplet: 14, D6 and 31. RGB value is (20,214,49). Sum of RGB (Red+Green+Blue) = 20+214+49=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 214 (83.98% from 255 or 75.62% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 214 - color contains mainly: green. Hex color #14D631 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D631 is #EB29CE. Grayscale: #898989. Windows color (decimal): -15411663 or 3266068. OLE color: 3266068.

HSL color Cylindrical-coordinate representation of color #14D631: hue angle of 128.97º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D631 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 214 49 -
CMYK 0.91 0 0.77 0.16
HSL 128.97º 0.83% 0.46% -
HSV(B) 128.97º 0.91% 0.84% -
XYZ 24.89 48.46 10.95 -
YUV 137.18 78.23 44.42 -
System Red Green Blue C M Y K H S L
Decimal 20 214 49 0.91 0 0.77 0.16 128.97 0.83 0.46
Hex 14 D6 31 5B 0 4D 10 81 53 2E
Octal 24 326 61 133 0 115 20 201 123 56
Binary 10100 11010110 110001 1011011 0 1001101 10000 10000001 1010011 101110

Color Harmonies of #14D631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D631

Black with #14D631

Text Example


Text Example

White with #14D631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,214,49); }

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

background-color css

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

 a { background-color: rgb(20,214,49); }

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

border-color css

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

 span { border-color: rgb(20,214,49); }

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