#18a768

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

Shades of Jade #18A768

Tints of Jade #18A768

Color information

#18A768 (or 0x18A768) is unknown color: approx Jade. HEX triplet: 18, A7 and 68. RGB value is (24,167,104). Sum of RGB (Red+Green+Blue) = 24+167+104=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 167 (65.62% from 255 or 56.61% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 167 - color contains mainly: green. Hex color #18A768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A768 is #E75897. Grayscale: #757575. Windows color (decimal): -15161496 or 6858520. OLE color: 6858520.

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

Color convert

RGB24167104-
CMYK0.8600.380.35
HSL153.57º74.87%37.45%-
HSV(B)153.57º85.63%65.49%-
XYZ16.6928.8317.78-
YUV117.06120.6261.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.14%
GREEN value IS 167 (65.62% from 255) = 56.61%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=8.14%
G=56.61%
B=35.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241671040.8600.380.35153.5774.8737.45
Hex18A76856026239a4b25
Octal302471501260464323211345
Binary1100010100111110100010101100100110100011100110101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18a768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,167,104); }

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

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

 a { background-color: rgb(24,167,104); }

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

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

 span { border-color: rgb(24,167,104); }

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