Html Css Color HEX #18AA6C Jade

📋 copy color: '#18AA6C'

red 24 ◦ green 170 ◦ blue 108

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

Shades of Jade #18AA6C

Tints of Jade #18AA6C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.29%

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 7.95%
G = 56.29%
B = 35.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#18AA6C (or 0x18AA6C) is known color: Jade. HEX triplet: 18, AA and 6C. RGB value is (24,170,108). Sum of RGB (Red+Green+Blue) = 24+170+108=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AA6C is #E75593. Grayscale: #777777. Windows color (decimal): -15160724 or 7121432. OLE color: 7121432.

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

Color convert

RGB 24 170 108 -
CMYK 0.86 0 0.36 0.33
HSL 154.52º 0.75% 0.38% -
HSV(B) 154.52º 0.86% 0.67% -
XYZ 17.46 30.03 19.06 -
YUV 119.28 121.63 60.04 -
System Red Green Blue C M Y K H S L
Decimal 24 170 108 0.86 0 0.36 0.33 154.52 0.75 0.38
Hex 18 AA 6C 56 0 24 21 9B 4B 26
Octal 30 252 154 126 0 44 41 233 113 46
Binary 11000 10101010 1101100 1010110 0 100100 100001 10011011 1001011 100110

Color Harmonies of #18AA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA6C

Black with #18AA6C

Text Example


Text Example

White with #18AA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,170,108); }

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

background-color css

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

 a { background-color: rgb(24,170,108); }

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

border-color css

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

 span { border-color: rgb(24,170,108); }

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