#19C138

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

Shades of Dark Pastel Green #19C138

Tints of Dark Pastel Green #19C138

Color information

#19C138 (or 0x19C138) is unknown color: approx Dark Pastel Green. HEX triplet: 19, C1 and 38. RGB value is (25,193,56). Sum of RGB (Red+Green+Blue) = 25+193+56=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 193 (75.78% from 255 or 70.44% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 193 - color contains mainly: green. Hex color #19C138 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C138 is #E63EC7. Grayscale: #7F7F7F. Windows color (decimal): -15089352 or 3719449. OLE color: 3719449.

HSL color Cylindrical-coordinate representation of color #19C138: hue angle of 131.07º 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 #19C138 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB2519356-
CMYK0.8700.710.24
HSL131.07º77.06%42.75%-
HSV(B)131.07º87.05%75.69%-
XYZ20.1838.6310.13-
YUV127.1587.8455.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.12%
GREEN value IS 193 (75.78% from 255) = 70.44%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=9.12%
G=70.44%
B=20.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal25193560.8700.710.24131.0777.0642.75
Hex19C1385704718834d2b
Octal313017012701073020311553
Binary110011100000111100010101110100011111000100000111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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