#14B82B

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

Shades of Dark Pastel Green #14B82B

Tints of Dark Pastel Green #14B82B

Color information

#14B82B (or 0x14B82B) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B8 and 2B. RGB value is (20,184,43). Sum of RGB (Red+Green+Blue) = 20+184+43=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 184 (72.27% from 255 or 74.49% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 184 - color contains mainly: green. Hex color #14B82B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B82B is #EB47D4. Grayscale: #777777. Windows color (decimal): -15419349 or 2865172. OLE color: 2865172.

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

Color convert

RGB2018443-
CMYK0.8900.770.28
HSL128.41º80.39%40%-
HSV(B)128.41º89.13%72.16%-
XYZ17.8734.68.02-
YUV118.8985.1757.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.10%
GREEN value IS 184 (72.27% from 255) = 74.49%
BLUE value IS 43 (17.19% from 255) = 17.41%
R=8.10%
G=74.49%
B=17.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20184430.8900.770.28128.4180.3940
Hex14B82B5904D1C805028
Octal242705313101153420012050
Binary101001011100010101110110010100110111100100000001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,184,43); }

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

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

 a { background-color: rgb(20,184,43); }

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

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

 span { border-color: rgb(20,184,43); }

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