Html Css Color HEX #14B520 Dark Pastel Green

📋 copy color: '#14B520'

red 20 ◦ green 181 ◦ blue 32

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

Shades of Dark Pastel Green #14B520

Tints of Dark Pastel Green #14B520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 77.68%

 BLUE value IS 32 (12.89% from 255) = 13.73%

R = 8.58%
G = 77.68%
B = 13.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#14B520 (or 0x14B520) is known color: Dark Pastel Green. HEX triplet: 14, B5 and 20. RGB value is (20,181,32). Sum of RGB (Red+Green+Blue) = 20+181+32=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 181 (71.09% from 255 or 77.68% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 181 - color contains mainly: green. Hex color #14B520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B520 is #EB4ADF. Grayscale: #747474. Windows color (decimal): -15420128 or 2143508. OLE color: 2143508.

HSL color Cylindrical-coordinate representation of color #14B520: hue angle of 124.47º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B520 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 181 32 -
CMYK 0.89 0 0.82 0.29
HSL 124.47º 0.8% 0.39% -
HSV(B) 124.47º 0.89% 0.71% -
XYZ 17.07 33.3 6.89 -
YUV 115.88 80.66 59.62 -
System Red Green Blue C M Y K H S L
Decimal 20 181 32 0.89 0 0.82 0.29 124.47 0.8 0.39
Hex 14 B5 20 59 0 52 1D 7C 50 27
Octal 24 265 40 131 0 122 35 174 120 47
Binary 10100 10110101 100000 1011001 0 1010010 11101 1111100 1010000 100111

Color Harmonies of #14B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B520

Black with #14B520

Text Example


Text Example

White with #14B520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,181,32); }

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

background-color css

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

 a { background-color: rgb(20,181,32); }

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

border-color css

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

 span { border-color: rgb(20,181,32); }

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