#18A367

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

Shades of Jade #18A367

Tints of Jade #18A367

Color information

#18A367 (or 0x18A367) is unknown color: approx Jade. HEX triplet: 18, A3 and 67. RGB value is (24,163,103). Sum of RGB (Red+Green+Blue) = 24+163+103=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #18A367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A367 is #E75C98. Grayscale: #727272. Windows color (decimal): -15162521 or 6791960. OLE color: 6791960.

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

Color convert

RGB24163103-
CMYK0.8500.370.36
HSL154.1º74.33%36.67%-
HSV(B)154.1º85.28%63.92%-
XYZ15.9227.3717.28-
YUV114.6121.4563.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.28%
GREEN value IS 163 (64.06% from 255) = 56.21%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=8.28%
G=56.21%
B=35.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241631030.8500.370.36154.174.3336.67
Hex18A36755025249a4a25
Octal302431471250454423211245
Binary1100010100011110011110101010100101100100100110101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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