#18A966

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

Shades of Jade #18A966

Tints of Jade #18A966

Color information

#18A966 (or 0x18A966) is unknown color: approx Jade. HEX triplet: 18, A9 and 66. RGB value is (24,169,102). Sum of RGB (Red+Green+Blue) = 24+169+102=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 169 (66.41% from 255 or 57.29% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 169 - color contains mainly: green. Hex color #18A966 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A966 is #E75699. Grayscale: #767676. Windows color (decimal): -15160986 or 6727960. OLE color: 6727960.

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

Color convert

RGB24169102-
CMYK0.8600.400.34
HSL152.28º75.13%37.84%-
HSV(B)152.28º85.8%66.27%-
XYZ16.9629.5317.38-
YUV118.01118.9660.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.14%
GREEN value IS 169 (66.41% from 255) = 57.29%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=8.14%
G=57.29%
B=34.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal241691020.8600.400.34152.2875.1337.84
Hex18A9665602822984b26
Octal302511461260504223011346
Binary1100010101001110011010101100101000100010100110001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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