Html Css Color HEX #14AB26 Forest Green

📋 copy color: '#14AB26'

red 20 ◦ green 171 ◦ blue 38

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

Shades of Forest Green #14AB26

Tints of Forest Green #14AB26

RGB

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

 GREEN value IS 171 (67.19% from 255) = 74.67%

 BLUE value IS 38 (15.23% from 255) = 16.59%

R = 8.73%
G = 74.67%
B = 16.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#14AB26 (or 0x14AB26) is known color: Forest Green. HEX triplet: 14, AB and 26. RGB value is (20,171,38). Sum of RGB (Red+Green+Blue) = 20+171+38=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 171 (67.19% from 255 or 74.67% from 229); Blue value is 38 (15.23% from 255 or 16.59% from 229); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB26 is #EB54D9. Grayscale: #6F6F6F. Windows color (decimal): -15422682 or 2534164. OLE color: 2534164.

HSL color Cylindrical-coordinate representation of color #14AB26: hue angle of 127.15º 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 #14AB26 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 171 38 -
CMYK 0.88 0 0.78 0.33
HSL 127.15º 0.79% 0.37% -
HSV(B) 127.15º 0.88% 0.67% -
XYZ 15.2 29.41 6.71 -
YUV 110.69 86.97 63.31 -
System Red Green Blue C M Y K H S L
Decimal 20 171 38 0.88 0 0.78 0.33 127.15 0.79 0.37
Hex 14 AB 26 58 0 4E 21 7F 4F 25
Octal 24 253 46 130 0 116 41 177 117 45
Binary 10100 10101011 100110 1011000 0 1001110 100001 1111111 1001111 100101

Color Harmonies of #14AB26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB26

Black with #14AB26

Text Example


Text Example

White with #14AB26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,171,38); }

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

background-color css

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

 a { background-color: rgb(20,171,38); }

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

border-color css

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

 span { border-color: rgb(20,171,38); }

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