Html Css Color HEX #18AD61 Jade

📋 copy color: '#18AD61'

red 24 ◦ green 173 ◦ blue 97

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

Shades of Jade #18AD61

Tints of Jade #18AD61

RGB

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

 GREEN value IS 173 (67.97% from 255) = 58.84%

 BLUE value IS 97 (38.28% from 255) = 32.99%

R = 8.16%
G = 58.84%
B = 32.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#18AD61 (or 0x18AD61) is known color: Jade. HEX triplet: 18, AD and 61. RGB value is (24,173,97). Sum of RGB (Red+Green+Blue) = 24+173+97=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 173 (67.97% from 255 or 58.84% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 173 - color contains mainly: green. Hex color #18AD61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AD61 is #E7529E. Grayscale: #777777. Windows color (decimal): -15159967 or 6401304. OLE color: 6401304.

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

Color convert

RGB 24 173 97 -
CMYK 0.86 0 0.44 0.32
HSL 149.4º 0.76% 0.39% -
HSV(B) 149.4º 0.86% 0.68% -
XYZ 17.48 30.94 16.36 -
YUV 119.79 115.14 59.68 -
System Red Green Blue C M Y K H S L
Decimal 24 173 97 0.86 0 0.44 0.32 149.4 0.76 0.39
Hex 18 AD 61 56 0 2C 20 95 4C 27
Octal 30 255 141 126 0 54 40 225 114 47
Binary 11000 10101101 1100001 1010110 0 101100 100000 10010101 1001100 100111

Color Harmonies of #18AD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AD61

Black with #18AD61

Text Example


Text Example

White with #18AD61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,173,97); }

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

background-color css

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

 a { background-color: rgb(24,173,97); }

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

border-color css

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

 span { border-color: rgb(24,173,97); }

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