#18a570

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

Shades of Jade #18A570

Tints of Jade #18A570

Color information

#18A570 (or 0x18A570) is unknown color: approx Jade. HEX triplet: 18, A5 and 70. RGB value is (24,165,112). Sum of RGB (Red+Green+Blue) = 24+165+112=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 165 (64.84% from 255 or 54.82% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 165 - color contains mainly: green. Hex color #18A570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A570 is #E75A8F. Grayscale: #747474. Windows color (decimal): -15162000 or 7382296. OLE color: 7382296.

HSL color Cylindrical-coordinate representation of color #18A570: hue angle of 157.45º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A570 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB24165112-
CMYK0.8500.320.35
HSL157.45º74.6%37.06%-
HSV(B)157.45º85.45%64.71%-
XYZ16.7628.2719.9-
YUV116.8125.2961.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.97%
GREEN value IS 165 (64.84% from 255) = 54.82%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=7.97%
G=54.82%
B=37.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241651120.8500.320.35157.4574.637.06
Hex18A57055020239d4b25
Octal302451601250404323511345
Binary1100010100101111000010101010100000100011100111011001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18a570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,165,112); }

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

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

 a { background-color: rgb(24,165,112); }

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

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

 span { border-color: rgb(24,165,112); }

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