#14D334

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

Shades of Dark Pastel Green #14D334

Tints of Dark Pastel Green #14D334

Color information

#14D334 (or 0x14D334) is unknown color: approx Dark Pastel Green. HEX triplet: 14, D3 and 34. RGB value is (20,211,52). Sum of RGB (Red+Green+Blue) = 20+211+52=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 211 (82.81% from 255 or 74.56% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 211 - color contains mainly: green. Hex color #14D334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D334 is #EB2CCB. Grayscale: #888888. Windows color (decimal): -15412428 or 3461908. OLE color: 3461908.

HSL color Cylindrical-coordinate representation of color #14D334: hue angle of 130.05º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D334 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB2021152-
CMYK0.9100.750.17
HSL130.05º82.68%45.29%-
HSV(B)130.05º90.52%82.75%-
XYZ24.246.9911.04-
YUV135.7680.7245.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 211 (82.81% from 255) = 74.56%
BLUE value IS 52 (20.70% from 255) = 18.37%
R=7.07%
G=74.56%
B=18.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal20211520.9100.750.17130.0582.6845.29
Hex14D3345B04B1182532d
Octal243236413301132120212355
Binary101001101001111010010110110100101110001100000101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,211,52); }

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

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

 a { background-color: rgb(20,211,52); }

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

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

 span { border-color: rgb(20,211,52); }

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