#14af45

Color #14AF45 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #14AF45

Tints of Dark Pastel Green #14AF45

Color information

#14AF45 (or 0x14AF45) is unknown color: approx Dark Pastel Green. HEX triplet: 14, AF and 45. RGB value is (20,175,69). Sum of RGB (Red+Green+Blue) = 20+175+69=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF45 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AF45 is #EB50BA. Grayscale: #747474. Windows color (decimal): -15421627 or 4566804. OLE color: 4566804.

HSL color Cylindrical-coordinate representation of color #14AF45: hue angle of 138.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AF45 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB2017569-
CMYK0.8900.610.31
HSL138.97º79.49%38.24%-
HSV(B)138.97º88.57%68.63%-
XYZ16.6931.2410.78-
YUV116.57101.1559.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 175 (68.75% from 255) = 66.29%
BLUE value IS 69 (27.34% from 255) = 26.14%
R=7.58%
G=66.29%
B=26.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal20175690.8900.610.31138.9779.4938.24
Hex14AF455903D1F8b4f26
Octal242571051310753721311746
Binary101001010111110001011011001011110111111100010111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14af45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,175,69); }

 H1.HeaderClassName
 {
   color: #14af45;
 }
 .AnyTagClassName
 {
   color: #14af45;
 }
</style>
background-color css

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

 a { background-color: rgb(20,175,69); }

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

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

 span { border-color: rgb(20,175,69); }

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