#14AC30

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

Shades of Dark Pastel Green #14AC30

Tints of Dark Pastel Green #14AC30

Color information

#14AC30 (or 0x14AC30) is unknown color: approx Dark Pastel Green. HEX triplet: 14, AC and 30. RGB value is (20,172,48). Sum of RGB (Red+Green+Blue) = 20+172+48=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 172 (67.58% from 255 or 71.67% from 240); Blue value is 48 (19.14% from 255 or 20% from 240); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14AC30 is #EB53CF. Grayscale: #707070. Windows color (decimal): -15422416 or 3189780. OLE color: 3189780.

HSL color Cylindrical-coordinate representation of color #14AC30: hue angle of 131.05º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AC30 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB2017248-
CMYK0.8800.720.33
HSL131.05º79.17%37.65%-
HSV(B)131.05º88.37%67.45%-
XYZ15.5729.877.74-
YUV112.4291.6462.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 172 (67.58% from 255) = 71.67%
BLUE value IS 48 (19.14% from 255) = 20%
R=8.33%
G=71.67%
B=20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20172480.8800.720.33131.0579.1737.65
Hex14AC305804821834f26
Octal242546013001104120311746
Binary1010010101100110000101100001001000100001100000111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,172,48); }

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

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

 a { background-color: rgb(20,172,48); }

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

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

 span { border-color: rgb(20,172,48); }

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