Html Css Color HEX #14AB25 Forest Green

📋 copy color: '#14AB25'

red 20 ◦ green 171 ◦ blue 37

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

Shades of Forest Green #14AB25

Tints of Forest Green #14AB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.23%

R = 8.77%
G = 75%
B = 16.23%

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

#14AB25 (or 0x14AB25) is known color: Forest Green. HEX triplet: 14, AB and 25. RGB value is (20,171,37). Sum of RGB (Red+Green+Blue) = 20+171+37=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 171 (67.19% from 255 or 75% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AB25 is #EB54DA. Grayscale: #6E6E6E. Windows color (decimal): -15422683 or 2468628. OLE color: 2468628.

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

Color convert

RGB 20 171 37 -
CMYK 0.88 0 0.78 0.33
HSL 126.76º 0.79% 0.37% -
HSV(B) 126.76º 0.88% 0.67% -
XYZ 15.19 29.41 6.63 -
YUV 110.58 86.47 63.4 -
System Red Green Blue C M Y K H S L
Decimal 20 171 37 0.88 0 0.78 0.33 126.76 0.79 0.37
Hex 14 AB 25 58 0 4E 21 7F 4F 25
Octal 24 253 45 130 0 116 41 177 117 45
Binary 10100 10101011 100101 1011000 0 1001110 100001 1111111 1001111 100101

Color Harmonies of #14AB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB25

Black with #14AB25

Text Example


Text Example

White with #14AB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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