#18AA66

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

Shades of Jade #18AA66

Tints of Jade #18AA66

Color information

#18AA66 (or 0x18AA66) is unknown color: approx Jade. HEX triplet: 18, AA and 66. RGB value is (24,170,102). Sum of RGB (Red+Green+Blue) = 24+170+102=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AA66 is #E75599. Grayscale: #767676. Windows color (decimal): -15160730 or 6728216. OLE color: 6728216.

HSL color Cylindrical-coordinate representation of color #18AA66: hue angle of 152.05º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA66 is Cyan = 0.86, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB24170102-
CMYK0.8600.40.33
HSL152.05º75.26%38.04%-
HSV(B)152.05º85.88%66.67%-
XYZ17.1529.917.44-
YUV118.59118.6360.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.11%
GREEN value IS 170 (66.80% from 255) = 57.43%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=8.11%
G=57.43%
B=34.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241701020.8600.40.33152.0575.2638.04
Hex18AA665602821984b26
Octal302521461260504123011346
Binary1100010101010110011010101100101000100001100110001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18AA66; }

 p { color: rgb(24,170,102); }

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

<style>
 a { background-color: #18AA66; }

 a { background-color: rgb(24,170,102); }

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

<style>
 span { border-color: #18AA66; }

 span { border-color: rgb(24,170,102); }

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