#18A764

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

Shades of Jade #18A764

Tints of Jade #18A764

Color information

#18A764 (or 0x18A764) is unknown color: approx Jade. HEX triplet: 18, A7 and 64. RGB value is (24,167,100). Sum of RGB (Red+Green+Blue) = 24+167+100=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 167 (65.62% from 255 or 57.39% from 291); Blue value is 100 (39.45% from 255 or 34.36% from 291); Max value from RGB is 167 - color contains mainly: green. Hex color #18A764 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A764 is #E7589B. Grayscale: #747474. Windows color (decimal): -15161500 or 6596376. OLE color: 6596376.

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

Color convert

RGB24167100-
CMYK0.8600.400.35
HSL151.89º74.87%37.45%-
HSV(B)151.89º85.63%65.49%-
XYZ16.528.7516.74-
YUV116.6118.6261.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.25%
GREEN value IS 167 (65.62% from 255) = 57.39%
BLUE value IS 100 (39.45% from 255) = 34.36%
R=8.25%
G=57.39%
B=34.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241671000.8600.400.35151.8974.8737.45
Hex18A7645602823984b25
Octal302471441260504323011345
Binary1100010100111110010010101100101000100011100110001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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