#14C126

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

Shades of Dark Pastel Green #14C126

Tints of Dark Pastel Green #14C126

Color information

#14C126 (or 0x14C126) is unknown color: approx Dark Pastel Green. HEX triplet: 14, C1 and 26. RGB value is (20,193,38). Sum of RGB (Red+Green+Blue) = 20+193+38=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 193 (75.78% from 255 or 76.89% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 193 - color contains mainly: green. Hex color #14C126 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C126 is #EB3ED9. Grayscale: #7C7C7C. Windows color (decimal): -15417050 or 2539796. OLE color: 2539796.

HSL color Cylindrical-coordinate representation of color #14C126: hue angle of 126.24º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C126 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB2019338-
CMYK0.9000.800.24
HSL126.24º81.22%41.76%-
HSV(B)126.24º89.64%75.69%-
XYZ19.7138.438.21-
YUV123.679.6954.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.97%
GREEN value IS 193 (75.78% from 255) = 76.89%
BLUE value IS 38 (15.23% from 255) = 15.14%
R=7.97%
G=76.89%
B=15.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20193380.9000.800.24126.2481.2241.76
Hex14C1265A050187e512a
Octal243014613201203017612152
Binary10100110000011001101011010010100001100011111101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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