Html Css Color HEX #18AC61 Jade

📋 copy color: '#18AC61'

red 24 ◦ green 172 ◦ blue 97

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

Shades of Jade #18AC61

Tints of Jade #18AC61

RGB

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

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

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

R = 8.19%
G = 58.7%
B = 33.11%

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

#18AC61 (or 0x18AC61) is known color: Jade. HEX triplet: 18, AC and 61. RGB value is (24,172,97). Sum of RGB (Red+Green+Blue) = 24+172+97=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC61 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AC61 is #E7539E. Grayscale: #777777. Windows color (decimal): -15160223 or 6401048. OLE color: 6401048.

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

Color convert

RGB 24 172 97 -
CMYK 0.86 0 0.44 0.33
HSL 149.59º 0.76% 0.38% -
HSV(B) 149.59º 0.86% 0.67% -
XYZ 17.29 30.56 16.3 -
YUV 119.2 115.47 60.1 -
System Red Green Blue C M Y K H S L
Decimal 24 172 97 0.86 0 0.44 0.33 149.59 0.76 0.38
Hex 18 AC 61 56 0 2C 21 96 4C 26
Octal 30 254 141 126 0 54 41 226 114 46
Binary 11000 10101100 1100001 1010110 0 101100 100001 10010110 1001100 100110

Color Harmonies of #18AC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC61

Black with #18AC61

Text Example


Text Example

White with #18AC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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