#14983a

Color #14983A Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #14983A

Tints of Pigment Green #14983A

Color information

#14983A (or 0x14983A) is unknown color: approx Pigment Green. HEX triplet: 14, 98 and 3A. RGB value is (20,152,58). Sum of RGB (Red+Green+Blue) = 20+152+58=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 152 (59.77% from 255 or 66.09% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 152 - color contains mainly: green. Hex color #14983A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14983A is #EB67C5. Grayscale: #666666. Windows color (decimal): -15427526 or 3840020. OLE color: 3840020.

HSL color Cylindrical-coordinate representation of color #14983A: hue angle of 137.27º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14983A is Cyan = 0.87, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB2015258-
CMYK0.8700.620.40
HSL137.27º76.74%33.73%-
HSV(B)137.27º86.84%59.61%-
XYZ12.2822.917.78-
YUV101.82103.2769.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.70%
GREEN value IS 152 (59.77% from 255) = 66.09%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=8.70%
G=66.09%
B=25.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20152580.8700.620.40137.2776.7433.73
Hex14983A5703E28894d22
Octal24230721270765021111542
Binary101001001100011101010101110111110101000100010011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14983a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14983a; }

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

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

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

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

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

<style>
 span { border-color: #14983a; }

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

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