#14D234

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

Shades of Dark Pastel Green #14D234

Tints of Dark Pastel Green #14D234

Color information

#14D234 (or 0x14D234) is unknown color: approx Dark Pastel Green. HEX triplet: 14, D2 and 34. RGB value is (20,210,52). Sum of RGB (Red+Green+Blue) = 20+210+52=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 210 (82.42% from 255 or 74.47% from 282); Blue value is 52 (20.70% from 255 or 18.44% from 282); Max value from RGB is 210 - color contains mainly: green. Hex color #14D234 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D234 is #EB2DCB. Grayscale: #878787. Windows color (decimal): -15412684 or 3461652. OLE color: 3461652.

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

Color convert

RGB2021052-
CMYK0.9000.750.18
HSL130.11º82.61%45.1%-
HSV(B)130.11º90.48%82.35%-
XYZ23.9546.4910.96-
YUV135.1881.0545.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.09%
GREEN value IS 210 (82.42% from 255) = 74.47%
BLUE value IS 52 (20.70% from 255) = 18.44%
R=7.09%
G=74.47%
B=18.44%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20210520.9000.750.18130.1182.6145.1
Hex14D2345A04B1282532d
Octal243226413201132220212355
Binary101001101001011010010110100100101110010100000101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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