#14AF3A

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

Shades of Dark Pastel Green #14AF3A

Tints of Dark Pastel Green #14AF3A

Color information

#14AF3A (or 0x14AF3A) is unknown color: approx Dark Pastel Green. HEX triplet: 14, AF and 3A. RGB value is (20,175,58). Sum of RGB (Red+Green+Blue) = 20+175+58=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AF3A is #EB50C5. Grayscale: #737373. Windows color (decimal): -15421638 or 3845908. OLE color: 3845908.

HSL color Cylindrical-coordinate representation of color #14AF3A: hue angle of 134.71º 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 #14AF3A is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB2017558-
CMYK0.8900.670.31
HSL134.71º79.49%38.24%-
HSV(B)134.71º88.57%68.63%-
XYZ16.3831.119.15-
YUV115.3295.6560.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 175 (68.75% from 255) = 69.17%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=7.91%
G=69.17%
B=22.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal20175580.8900.670.31134.7179.4938.24
Hex14AF3A590431F874f26
Octal242577213101033720711746
Binary101001010111111101010110010100001111111100001111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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