Html Css Color HEX #14D932 Dark Pastel Green

📋 copy color: '#14D932'

red 20 ◦ green 217 ◦ blue 50

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

Shades of Dark Pastel Green #14D932

Tints of Dark Pastel Green #14D932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 75.61%

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

R = 6.97%
G = 75.61%
B = 17.42%

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

#14D932 (or 0x14D932) is known color: Dark Pastel Green. HEX triplet: 14, D9 and 32. RGB value is (20,217,50). Sum of RGB (Red+Green+Blue) = 20+217+50=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 217 (85.16% from 255 or 75.61% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 217 - color contains mainly: green. Hex color #14D932 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D932 is #EB26CD. Grayscale: #8B8B8B. Windows color (decimal): -15410894 or 3332372. OLE color: 3332372.

HSL color Cylindrical-coordinate representation of color #14D932: hue angle of 129.14º 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 #14D932 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 20 217 50 -
CMYK 0.91 0 0.77 0.15
HSL 129.14º 0.83% 0.46% -
HSV(B) 129.14º 0.91% 0.85% -
XYZ 25.68 50 11.32 -
YUV 139.06 77.73 43.08 -
System Red Green Blue C M Y K H S L
Decimal 20 217 50 0.91 0 0.77 0.15 129.14 0.83 0.46
Hex 14 D9 32 5B 0 4D F 81 53 2E
Octal 24 331 62 133 0 115 17 201 123 56
Binary 10100 11011001 110010 1011011 0 1001101 1111 10000001 1010011 101110

Color Harmonies of #14D932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D932

Black with #14D932

Text Example


Text Example

White with #14D932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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