Html Css Color HEX #18AC60 Jade

📋 copy color: '#18AC60'

red 24 ◦ green 172 ◦ blue 96

#18AC60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #18AC60

Tints of Jade #18AC60

RGB

 RED value IS 24 (9.77% from 255) = 8.22%

 GREEN value IS 172 (67.58% from 255) = 58.9%

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 8.22%
G = 58.9%
B = 32.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#18AC60 (or 0x18AC60) is known color: Jade. HEX triplet: 18, AC and 60. RGB value is (24,172,96). Sum of RGB (Red+Green+Blue) = 24+172+96=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AC60 is #E7539F. Grayscale: #777777. Windows color (decimal): -15160224 or 6335512. OLE color: 6335512.

HSL color Cylindrical-coordinate representation of color #18AC60: hue angle of 149.19º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AC60 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 172 96 -
CMYK 0.86 0 0.44 0.33
HSL 149.19º 0.76% 0.38% -
HSV(B) 149.19º 0.86% 0.67% -
XYZ 17.24 30.54 16.05 -
YUV 119.08 114.97 60.18 -
System Red Green Blue C M Y K H S L
Decimal 24 172 96 0.86 0 0.44 0.33 149.19 0.76 0.38
Hex 18 AC 60 56 0 2C 21 95 4C 26
Octal 30 254 140 126 0 54 41 225 114 46
Binary 11000 10101100 1100000 1010110 0 101100 100001 10010101 1001100 100110

Color Harmonies of #18AC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC60

Black with #18AC60

Text Example


Text Example

White with #18AC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,172,96); }

 H1.HeaderClassName
 {
   color: #18AC60;
 }
 .AnyTagClassName
 {
   color: #18AC60;
 }
</style>

background-color css

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

 a { background-color: rgb(24,172,96); }

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

border-color css

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

 span { border-color: rgb(24,172,96); }

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