#18AE69

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

Shades of Jade #18AE69

Tints of Jade #18AE69

Color information

#18AE69 (or 0x18AE69) is unknown color: approx Jade. HEX triplet: 18, AE and 69. RGB value is (24,174,105). Sum of RGB (Red+Green+Blue) = 24+174+105=303 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.92% from 303); Green value is 174 (68.36% from 255 or 57.43% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 174 - color contains mainly: green. Hex color #18AE69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AE69 is #E75196. Grayscale: #797979. Windows color (decimal): -15159703 or 6925848. OLE color: 6925848.

HSL color Cylindrical-coordinate representation of color #18AE69: hue angle of 152.4º 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 #18AE69 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB24174105-
CMYK0.8600.400.32
HSL152.4º75.76%38.82%-
HSV(B)152.4º86.21%68.24%-
XYZ18.0631.4918.49-
YUV121.28118.858.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.92%
GREEN value IS 174 (68.36% from 255) = 57.43%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=7.92%
G=57.43%
B=34.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal241741050.8600.400.32152.475.7638.82
Hex18AE695602820984c27
Octal302561511260504023011447
Binary1100010101110110100110101100101000100000100110001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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