#18B163

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

Shades of Jade #18B163

Tints of Jade #18B163

Color information

#18B163 (or 0x18B163) is unknown color: approx Jade. HEX triplet: 18, B1 and 63. RGB value is (24,177,99). Sum of RGB (Red+Green+Blue) = 24+177+99=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 177 (69.53% from 255 or 59% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 177 - color contains mainly: green. Hex color #18B163 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18B163 is #E74E9C. Grayscale: #7A7A7A. Windows color (decimal): -15158941 or 6533400. OLE color: 6533400.

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

Color convert

RGB2417799-
CMYK0.8600.440.31
HSL149.41º76.12%39.41%-
HSV(B)149.41º86.44%69.41%-
XYZ18.3532.5417.12-
YUV122.36114.8157.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8%
GREEN value IS 177 (69.53% from 255) = 59%
BLUE value IS 99 (39.06% from 255) = 33%
R=8%
G=59%
B=33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24177990.8600.440.31149.4176.1239.41
Hex18B1635602C1F954c27
Octal302611431260543722511447
Binary110001011000111000111010110010110011111100101011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,177,99); }

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

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

 a { background-color: rgb(24,177,99); }

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

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

 span { border-color: rgb(24,177,99); }

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