Html Css Color HEX #14A82B Forest Green

📋 copy color: '#14A82B'

red 20 ◦ green 168 ◦ blue 43

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

Shades of Forest Green #14A82B

Tints of Forest Green #14A82B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 72.73%

 BLUE value IS 43 (17.19% from 255) = 18.61%

R = 8.66%
G = 72.73%
B = 18.61%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#14A82B (or 0x14A82B) is known color: Forest Green. HEX triplet: 14, A8 and 2B. RGB value is (20,168,43). Sum of RGB (Red+Green+Blue) = 20+168+43=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 168 (66.02% from 255 or 72.73% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 168 - color contains mainly: green. Hex color #14A82B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A82B is #EB57D4. Grayscale: #6D6D6D. Windows color (decimal): -15423445 or 2861076. OLE color: 2861076.

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

Color convert

RGB 20 168 43 -
CMYK 0.88 0 0.74 0.34
HSL 129.32º 0.79% 0.37% -
HSV(B) 129.32º 0.88% 0.66% -
XYZ 14.73 28.33 6.98 -
YUV 109.5 90.47 64.16 -
System Red Green Blue C M Y K H S L
Decimal 20 168 43 0.88 0 0.74 0.34 129.32 0.79 0.37
Hex 14 A8 2B 58 0 4A 22 81 4F 25
Octal 24 250 53 130 0 112 42 201 117 45
Binary 10100 10101000 101011 1011000 0 1001010 100010 10000001 1001111 100101

Color Harmonies of #14A82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A82B

Black with #14A82B

Text Example


Text Example

White with #14A82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,168,43); }

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

background-color css

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

 a { background-color: rgb(20,168,43); }

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

border-color css

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

 span { border-color: rgb(20,168,43); }

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