Html Css Color HEX #14AA32 Dark Pastel Green

📋 copy color: '#14AA32'

red 20 ◦ green 170 ◦ blue 50

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

Shades of Dark Pastel Green #14AA32

Tints of Dark Pastel Green #14AA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 70.83%

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

R = 8.33%
G = 70.83%
B = 20.83%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#14AA32 (or 0x14AA32) is known color: Dark Pastel Green. HEX triplet: 14, AA and 32. RGB value is (20,170,50). Sum of RGB (Red+Green+Blue) = 20+170+50=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 170 (66.80% from 255 or 70.83% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AA32 is #EB55CD. Grayscale: #6F6F6F. Windows color (decimal): -15422926 or 3320340. OLE color: 3320340.

HSL color Cylindrical-coordinate representation of color #14AA32: hue angle of 132º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AA32 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 170 50 -
CMYK 0.88 0 0.71 0.33
HSL 132º 0.79% 0.37% -
HSV(B) 132º 0.88% 0.67% -
XYZ 15.24 29.13 7.84 -
YUV 111.47 93.31 62.76 -
System Red Green Blue C M Y K H S L
Decimal 20 170 50 0.88 0 0.71 0.33 132 0.79 0.37
Hex 14 AA 32 58 0 47 21 84 4F 25
Octal 24 252 62 130 0 107 41 204 117 45
Binary 10100 10101010 110010 1011000 0 1000111 100001 10000100 1001111 100101

Color Harmonies of #14AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AA32

Black with #14AA32

Text Example


Text Example

White with #14AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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