#14B627

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

Shades of Dark Pastel Green #14B627

Tints of Dark Pastel Green #14B627

Color information

#14B627 (or 0x14B627) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B6 and 27. RGB value is (20,182,39). Sum of RGB (Red+Green+Blue) = 20+182+39=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 182 (71.48% from 255 or 75.52% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 182 - color contains mainly: green. Hex color #14B627 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B627 is #EB49D8. Grayscale: #757575. Windows color (decimal): -15419865 or 2602516. OLE color: 2602516.

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

Color convert

RGB2018239-
CMYK0.8900.790.29
HSL127.04º80.2%39.61%-
HSV(B)127.04º89.01%71.37%-
XYZ17.3833.757.52-
YUV117.2683.8358.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 182 (71.48% from 255) = 75.52%
BLUE value IS 39 (15.62% from 255) = 16.18%
R=8.30%
G=75.52%
B=16.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20182390.8900.790.29127.0480.239.61
Hex14B6275904F1D7f5028
Octal242664713101173517712050
Binary10100101101101001111011001010011111110111111111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,182,39); }

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

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

 a { background-color: rgb(20,182,39); }

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

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

 span { border-color: rgb(20,182,39); }

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