#19BA3A

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

Shades of Dark Pastel Green #19BA3A

Tints of Dark Pastel Green #19BA3A

Color information

#19BA3A (or 0x19BA3A) is unknown color: approx Dark Pastel Green. HEX triplet: 19, BA and 3A. RGB value is (25,186,58). Sum of RGB (Red+Green+Blue) = 25+186+58=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #19BA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BA3A is #E645C5. Grayscale: #7B7B7B. Windows color (decimal): -15091142 or 3848729. OLE color: 3848729.

HSL color Cylindrical-coordinate representation of color #19BA3A: hue angle of 132.3º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BA3A is Cyan = 0.87, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB2518658-
CMYK0.8700.690.27
HSL132.3º76.3%41.37%-
HSV(B)132.3º86.56%72.94%-
XYZ18.7235.639.89-
YUV123.2791.1657.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.29%
GREEN value IS 186 (73.05% from 255) = 69.14%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=9.29%
G=69.14%
B=21.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25186580.8700.690.27132.376.341.37
Hex19BA3A570451B844c29
Octal312727212701053320411451
Binary110011011101011101010101110100010111011100001001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,186,58); }

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

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

 a { background-color: rgb(25,186,58); }

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

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

 span { border-color: rgb(25,186,58); }

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