#14B651

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

Shades of Pigment Green #14B651

Tints of Pigment Green #14B651

Color information

#14B651 (or 0x14B651) is unknown color: approx Pigment Green. HEX triplet: 14, B6 and 51. RGB value is (20,182,81). Sum of RGB (Red+Green+Blue) = 20+182+81=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #14B651 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B651 is #EB49AE. Grayscale: #7A7A7A. Windows color (decimal): -15419823 or 5355028. OLE color: 5355028.

HSL color Cylindrical-coordinate representation of color #14B651: hue angle of 142.59º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B651 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB2018281-
CMYK0.8900.550.29
HSL142.59º80.2%39.61%-
HSV(B)142.59º89.01%71.37%-
XYZ18.534.213.41-
YUV122.05104.8355.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 182 (71.48% from 255) = 64.31%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=7.07%
G=64.31%
B=28.62%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20182810.8900.550.29142.5980.239.61
Hex14B651590371D8f5028
Octal242661211310673521712050
Binary101001011011010100011011001011011111101100011111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,182,81); }

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

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

 a { background-color: rgb(20,182,81); }

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

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

 span { border-color: rgb(20,182,81); }

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