Html Css Color HEX #18AC6D Jade

📋 copy color: '#18AC6D'

red 24 ◦ green 172 ◦ blue 109

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

Shades of Jade #18AC6D

Tints of Jade #18AC6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 7.87%
G = 56.39%
B = 35.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#18AC6D (or 0x18AC6D) is known color: Jade. HEX triplet: 18, AC and 6D. RGB value is (24,172,109). Sum of RGB (Red+Green+Blue) = 24+172+109=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AC6D is #E75392. Grayscale: #787878. Windows color (decimal): -15160211 or 7187480. OLE color: 7187480.

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

Color convert

RGB 24 172 109 -
CMYK 0.86 0 0.37 0.33
HSL 154.46º 0.76% 0.38% -
HSV(B) 154.46º 0.86% 0.67% -
XYZ 17.89 30.8 19.47 -
YUV 120.57 121.47 59.12 -
System Red Green Blue C M Y K H S L
Decimal 24 172 109 0.86 0 0.37 0.33 154.46 0.76 0.38
Hex 18 AC 6D 56 0 25 21 9A 4C 26
Octal 30 254 155 126 0 45 41 232 114 46
Binary 11000 10101100 1101101 1010110 0 100101 100001 10011010 1001100 100110

Color Harmonies of #18AC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC6D

Black with #18AC6D

Text Example


Text Example

White with #18AC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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