Html Css Color HEX #14B932 Dark Pastel Green

📋 copy color: '#14B932'

red 20 ◦ green 185 ◦ blue 50

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

Shades of Dark Pastel Green #14B932

Tints of Dark Pastel Green #14B932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 72.55%

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

R = 7.84%
G = 72.55%
B = 19.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#14B932 (or 0x14B932) is known color: Dark Pastel Green. HEX triplet: 14, B9 and 32. RGB value is (20,185,50). Sum of RGB (Red+Green+Blue) = 20+185+50=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 185 (72.66% from 255 or 72.55% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 185 - color contains mainly: green. Hex color #14B932 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B932 is #EB46CD. Grayscale: #787878. Windows color (decimal): -15419086 or 3324180. OLE color: 3324180.

HSL color Cylindrical-coordinate representation of color #14B932: hue angle of 130.91º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B932 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 185 50 -
CMYK 0.89 0 0.73 0.27
HSL 130.91º 0.8% 0.4% -
HSV(B) 130.91º 0.89% 0.73% -
XYZ 18.21 35.08 8.83 -
YUV 120.28 88.34 56.48 -
System Red Green Blue C M Y K H S L
Decimal 20 185 50 0.89 0 0.73 0.27 130.91 0.8 0.4
Hex 14 B9 32 59 0 49 1B 83 50 28
Octal 24 271 62 131 0 111 33 203 120 50
Binary 10100 10111001 110010 1011001 0 1001001 11011 10000011 1010000 101000

Color Harmonies of #14B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B932

Black with #14B932

Text Example


Text Example

White with #14B932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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