#18A76A

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

Shades of Jade #18A76A

Tints of Jade #18A76A

Color information

#18A76A (or 0x18A76A) is unknown color: approx Jade. HEX triplet: 18, A7 and 6A. RGB value is (24,167,106). Sum of RGB (Red+Green+Blue) = 24+167+106=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #18A76A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A76A is #E75895. Grayscale: #757575. Windows color (decimal): -15161494 or 6989592. OLE color: 6989592.

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

Color convert

RGB24167106-
CMYK0.8600.370.35
HSL154.41º74.87%37.45%-
HSV(B)154.41º85.63%65.49%-
XYZ16.828.8718.32-
YUV117.29121.6261.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.08%
GREEN value IS 167 (65.62% from 255) = 56.23%
BLUE value IS 106 (41.80% from 255) = 35.69%
R=8.08%
G=56.23%
B=35.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241671060.8600.370.35154.4174.8737.45
Hex18A76A56025239a4b25
Octal302471521260454323211345
Binary1100010100111110101010101100100101100011100110101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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