#19aa69

Color #19AA69 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #19AA69

Tints of Jade #19AA69

Color information

#19AA69 (or 0x19AA69) is unknown color: approx Jade. HEX triplet: 19, AA and 69. RGB value is (25,170,105). Sum of RGB (Red+Green+Blue) = 25+170+105=300 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.33% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AA69 is #E65596. Grayscale: #777777. Windows color (decimal): -15095191 or 6924825. OLE color: 6924825.

HSL color Cylindrical-coordinate representation of color #19AA69: hue angle of 153.1º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AA69 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB25170105-
CMYK0.8500.380.33
HSL153.1º74.36%38.24%-
HSV(B)153.1º85.29%66.67%-
XYZ17.3329.9818.24-
YUV119.23119.9660.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.33%
GREEN value IS 170 (66.80% from 255) = 56.67%
BLUE value IS 105 (41.41% from 255) = 35%
R=8.33%
G=56.67%
B=35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal251701050.8500.380.33153.174.3638.24
Hex19AA695502621994a26
Octal312521511250464123111246
Binary1100110101010110100110101010100110100001100110011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19aa69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,170,105); }

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

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

 a { background-color: rgb(25,170,105); }

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

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

 span { border-color: rgb(25,170,105); }

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