#18A368

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

Shades of Jade #18A368

Tints of Jade #18A368

Color information

#18A368 (or 0x18A368) is unknown color: approx Jade. HEX triplet: 18, A3 and 68. RGB value is (24,163,104). Sum of RGB (Red+Green+Blue) = 24+163+104=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 163 (64.06% from 255 or 56.01% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 163 - color contains mainly: green. Hex color #18A368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A368 is #E75C97. Grayscale: #727272. Windows color (decimal): -15162520 or 6857496. OLE color: 6857496.

HSL color Cylindrical-coordinate representation of color #18A368: hue angle of 154.53º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A368 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB24163104-
CMYK0.8500.360.36
HSL154.53º74.33%36.67%-
HSV(B)154.53º85.28%63.92%-
XYZ15.9727.3917.54-
YUV114.71121.9563.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.25%
GREEN value IS 163 (64.06% from 255) = 56.01%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=8.25%
G=56.01%
B=35.74%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241631040.8500.360.36154.5374.3336.67
Hex18A36855024249b4a25
Octal302431501250444423311245
Binary1100010100011110100010101010100100100100100110111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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