#19C14E

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

Shades of Dark Pastel Green #19C14E

Tints of Dark Pastel Green #19C14E

Color information

#19C14E (or 0x19C14E) is unknown color: approx Dark Pastel Green. HEX triplet: 19, C1 and 4E. RGB value is (25,193,78). Sum of RGB (Red+Green+Blue) = 25+193+78=296 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.45% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #19C14E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19C14E is #E63EB1. Grayscale: #818181. Windows color (decimal): -15089330 or 5161241. OLE color: 5161241.

HSL color Cylindrical-coordinate representation of color #19C14E: hue angle of 138.93º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C14E is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB2519378-
CMYK0.8700.600.24
HSL138.93º77.06%42.75%-
HSV(B)138.93º87.05%75.69%-
XYZ20.8538.913.62-
YUV129.6698.8453.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.45%
GREEN value IS 193 (75.78% from 255) = 65.20%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=8.45%
G=65.20%
B=26.35%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal25193780.8700.600.24138.9377.0642.75
Hex19C14E5703C188b4d2b
Octal313011161270743021311553
Binary110011100000110011101010111011110011000100010111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19C14E; }

 p { color: rgb(25,193,78); }

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

<style>
 a { background-color: #19C14E; }

 a { background-color: rgb(25,193,78); }

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

<style>
 span { border-color: #19C14E; }

 span { border-color: rgb(25,193,78); }

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