#18AE66

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

Shades of Jade #18AE66

Tints of Jade #18AE66

Color information

#18AE66 (or 0x18AE66) is unknown color: approx Jade. HEX triplet: 18, AE and 66. RGB value is (24,174,102). Sum of RGB (Red+Green+Blue) = 24+174+102=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #18AE66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AE66 is #E75199. Grayscale: #797979. Windows color (decimal): -15159706 or 6729240. OLE color: 6729240.

HSL color Cylindrical-coordinate representation of color #18AE66: hue angle of 151.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AE66 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB24174102-
CMYK0.8600.410.32
HSL151.2º75.76%38.82%-
HSV(B)151.2º86.21%68.24%-
XYZ17.9131.4317.69-
YUV120.94117.358.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8%
GREEN value IS 174 (68.36% from 255) = 58%
BLUE value IS 102 (40.23% from 255) = 34%
R=8%
G=58%
B=34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal241741020.8600.410.32151.275.7638.82
Hex18AE665602920974c27
Octal302561461260514022711447
Binary1100010101110110011010101100101001100000100101111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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