#14B926

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

Shades of Dark Pastel Green #14B926

Tints of Dark Pastel Green #14B926

Color information

#14B926 (or 0x14B926) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B9 and 26. RGB value is (20,185,38). Sum of RGB (Red+Green+Blue) = 20+185+38=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 185 (72.66% from 255 or 76.13% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 185 - color contains mainly: green. Hex color #14B926 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B926 is #EB46D9. Grayscale: #777777. Windows color (decimal): -15419098 or 2537748. OLE color: 2537748.

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

Color convert

RGB2018538-
CMYK0.8900.790.27
HSL126.55º80.49%40.2%-
HSV(B)126.55º89.19%72.55%-
XYZ17.9934.997.64-
YUV118.9182.3457.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 185 (72.66% from 255) = 76.13%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=8.23%
G=76.13%
B=15.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20185380.8900.790.27126.5580.4940.2
Hex14B9265904F1B7f5028
Octal242714613101173317712050
Binary10100101110011001101011001010011111101111111111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,185,38); }

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

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

 a { background-color: rgb(20,185,38); }

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

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

 span { border-color: rgb(20,185,38); }

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