Html Css Color HEX #14D832 Dark Pastel Green

📋 copy color: '#14D832'

red 20 ◦ green 216 ◦ blue 50

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

Shades of Dark Pastel Green #14D832

Tints of Dark Pastel Green #14D832

RGB

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

 GREEN value IS 216 (84.77% from 255) = 75.52%

 BLUE value IS 50 (19.92% from 255) = 17.48%

R = 6.99%
G = 75.52%
B = 17.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#14D832 (or 0x14D832) is known color: Dark Pastel Green. HEX triplet: 14, D8 and 32. RGB value is (20,216,50). Sum of RGB (Red+Green+Blue) = 20+216+50=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 216 (84.77% from 255 or 75.52% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 216 - color contains mainly: green. Hex color #14D832 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D832 is #EB27CD. Grayscale: #8A8A8A. Windows color (decimal): -15411150 or 3332116. OLE color: 3332116.

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

Color convert

RGB 20 216 50 -
CMYK 0.91 0 0.77 0.15
HSL 129.18º 0.83% 0.46% -
HSV(B) 129.18º 0.91% 0.85% -
XYZ 25.42 49.49 11.23 -
YUV 138.47 78.07 43.5 -
System Red Green Blue C M Y K H S L
Decimal 20 216 50 0.91 0 0.77 0.15 129.18 0.83 0.46
Hex 14 D8 32 5B 0 4D F 81 53 2E
Octal 24 330 62 133 0 115 17 201 123 56
Binary 10100 11011000 110010 1011011 0 1001101 1111 10000001 1010011 101110

Color Harmonies of #14D832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D832

Black with #14D832

Text Example


Text Example

White with #14D832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,216,50); }

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

background-color css

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

 a { background-color: rgb(20,216,50); }

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

border-color css

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

 span { border-color: rgb(20,216,50); }

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