#18a766

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

Shades of Jade #18A766

Tints of Jade #18A766

Color information

#18A766 (or 0x18A766) is unknown color: approx Jade. HEX triplet: 18, A7 and 66. RGB value is (24,167,102). Sum of RGB (Red+Green+Blue) = 24+167+102=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 167 (65.62% from 255 or 57.00% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 167 - color contains mainly: green. Hex color #18A766 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A766 is #E75899. Grayscale: #747474. Windows color (decimal): -15161498 or 6727448. OLE color: 6727448.

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

Color convert

RGB24167102-
CMYK0.8600.390.35
HSL152.73º74.87%37.45%-
HSV(B)152.73º85.63%65.49%-
XYZ16.5928.7917.25-
YUV116.83119.6261.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.19%
GREEN value IS 167 (65.62% from 255) = 57.00%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=8.19%
G=57.00%
B=34.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241671020.8600.390.35152.7374.8737.45
Hex18A7665602723994b25
Octal302471461260474323111345
Binary1100010100111110011010101100100111100011100110011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18a766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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