#14bf4b

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

Shades of Dark Pastel Green #14BF4B

Tints of Dark Pastel Green #14BF4B

Color information

#14BF4B (or 0x14BF4B) is unknown color: approx Dark Pastel Green. HEX triplet: 14, BF and 4B. RGB value is (20,191,75). Sum of RGB (Red+Green+Blue) = 20+191+75=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 191 (75% from 255 or 66.78% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BF4B is #EB40B4. Grayscale: #7E7E7E. Windows color (decimal): -15417525 or 4964116. OLE color: 4964116.

HSL color Cylindrical-coordinate representation of color #14BF4B: hue angle of 139.3º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF4B is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB2019175-
CMYK0.9000.610.25
HSL139.3º81.04%41.37%-
HSV(B)139.3º89.53%74.9%-
XYZ20.1937.9212.91-
YUV126.6598.8551.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.99%
GREEN value IS 191 (75% from 255) = 66.78%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=6.99%
G=66.78%
B=26.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20191750.9000.610.25139.381.0441.37
Hex14BF4B5A03D198b5129
Octal242771131320753121312151
Binary101001011111110010111011010011110111001100010111010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14bf4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,191,75); }

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

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

 a { background-color: rgb(20,191,75); }

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

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

 span { border-color: rgb(20,191,75); }

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