Html Css Color HEX #18A86B Jade

📋 copy color: '#18A86B'

red 24 ◦ green 168 ◦ blue 107

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

Shades of Jade #18A86B

Tints of Jade #18A86B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 56.19%

 BLUE value IS 107 (42.19% from 255) = 35.79%

R = 8.03%
G = 56.19%
B = 35.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#18A86B (or 0x18A86B) is known color: Jade. HEX triplet: 18, A8 and 6B. RGB value is (24,168,107). Sum of RGB (Red+Green+Blue) = 24+168+107=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 168 (66.02% from 255 or 56.19% from 299); Blue value is 107 (42.19% from 255 or 35.79% from 299); Max value from RGB is 168 - color contains mainly: green. Hex color #18A86B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A86B is #E75794. Grayscale: #767676. Windows color (decimal): -15161237 or 7055384. OLE color: 7055384.

HSL color Cylindrical-coordinate representation of color #18A86B: hue angle of 154.58º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A86B is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB 24 168 107 -
CMYK 0.86 0 0.36 0.34
HSL 154.58º 0.75% 0.38% -
HSV(B) 154.58º 0.86% 0.66% -
XYZ 17.03 29.26 18.66 -
YUV 117.99 121.79 60.96 -
System Red Green Blue C M Y K H S L
Decimal 24 168 107 0.86 0 0.36 0.34 154.58 0.75 0.38
Hex 18 A8 6B 56 0 24 22 9B 4B 26
Octal 30 250 153 126 0 44 42 233 113 46
Binary 11000 10101000 1101011 1010110 0 100100 100010 10011011 1001011 100110

Color Harmonies of #18A86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A86B

Black with #18A86B

Text Example


Text Example

White with #18A86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,168,107); }

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

background-color css

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

 a { background-color: rgb(24,168,107); }

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

border-color css

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

 span { border-color: rgb(24,168,107); }

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