Html Css Color HEX #14A321 Forest Green

📋 copy color: '#14A321'

red 20 ◦ green 163 ◦ blue 33

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

Shades of Forest Green #14A321

Tints of Forest Green #14A321

RGB

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

 GREEN value IS 163 (64.06% from 255) = 75.46%

 BLUE value IS 33 (13.28% from 255) = 15.28%

R = 9.26%
G = 75.46%
B = 15.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#14A321 (or 0x14A321) is known color: Forest Green. HEX triplet: 14, A3 and 21. RGB value is (20,163,33). Sum of RGB (Red+Green+Blue) = 20+163+33=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 163 (64.06% from 255 or 75.46% from 216); Blue value is 33 (13.28% from 255 or 15.28% from 216); Max value from RGB is 163 - color contains mainly: green. Hex color #14A321 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A321 is #EB5CDE. Grayscale: #696969. Windows color (decimal): -15424735 or 2204436. OLE color: 2204436.

HSL color Cylindrical-coordinate representation of color #14A321: hue angle of 125.45º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A321 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 163 33 -
CMYK 0.88 0 0.80 0.36
HSL 125.45º 0.78% 0.36% -
HSV(B) 125.45º 0.88% 0.64% -
XYZ 13.66 26.45 5.82 -
YUV 105.42 87.12 67.07 -
System Red Green Blue C M Y K H S L
Decimal 20 163 33 0.88 0 0.80 0.36 125.45 0.78 0.36
Hex 14 A3 21 58 0 50 24 7D 4E 24
Octal 24 243 41 130 0 120 44 175 116 44
Binary 10100 10100011 100001 1011000 0 1010000 100100 1111101 1001110 100100

Color Harmonies of #14A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A321

Black with #14A321

Text Example


Text Example

White with #14A321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,163,33); }

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

background-color css

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

 a { background-color: rgb(20,163,33); }

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

border-color css

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

 span { border-color: rgb(20,163,33); }

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