#14B03A

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

Shades of Dark Pastel Green #14B03A

Tints of Dark Pastel Green #14B03A

Color information

#14B03A (or 0x14B03A) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B0 and 3A. RGB value is (20,176,58). Sum of RGB (Red+Green+Blue) = 20+176+58=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 176 (69.14% from 255 or 69.29% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 176 - color contains mainly: green. Hex color #14B03A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14B03A is #EB4FC5. Grayscale: #747474. Windows color (decimal): -15421382 or 3846164. OLE color: 3846164.

HSL color Cylindrical-coordinate representation of color #14B03A: hue angle of 134.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B03A is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB2017658-
CMYK0.8900.670.31
HSL134.62º79.59%38.43%-
HSV(B)134.62º88.64%69.02%-
XYZ16.5831.59.21-
YUV115.995.3259.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.87%
GREEN value IS 176 (69.14% from 255) = 69.29%
BLUE value IS 58 (23.05% from 255) = 22.83%
R=7.87%
G=69.29%
B=22.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal20176580.8900.670.31134.6279.5938.43
Hex14B03A590431F875026
Octal242607213101033720712046
Binary101001011000011101010110010100001111111100001111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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