#19AA6A

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

Shades of Jade #19AA6A

Tints of Jade #19AA6A

Color information

#19AA6A (or 0x19AA6A) is unknown color: approx Jade. HEX triplet: 19, AA and 6A. RGB value is (25,170,106). Sum of RGB (Red+Green+Blue) = 25+170+106=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AA6A is #E65595. Grayscale: #777777. Windows color (decimal): -15095190 or 6990361. OLE color: 6990361.

HSL color Cylindrical-coordinate representation of color #19AA6A: hue angle of 153.52º 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 #19AA6A is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB25170106-
CMYK0.8500.380.33
HSL153.52º74.36%38.24%-
HSV(B)153.52º85.29%66.67%-
XYZ17.383018.51-
YUV119.35120.4660.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.31%
GREEN value IS 170 (66.80% from 255) = 56.48%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=8.31%
G=56.48%
B=35.22%

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
Decimal251701060.8500.380.33153.5274.3638.24
Hex19AA6A55026219a4a26
Octal312521521250464123211246
Binary1100110101010110101010101010100110100001100110101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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