Html Css Color HEX #18AC6C Jade

📋 copy color: '#18AC6C'

red 24 ◦ green 172 ◦ blue 108

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

Shades of Jade #18AC6C

Tints of Jade #18AC6C

RGB

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

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

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

R = 7.89%
G = 56.58%
B = 35.53%

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

#18AC6C (or 0x18AC6C) is known color: Jade. HEX triplet: 18, AC and 6C. RGB value is (24,172,108). Sum of RGB (Red+Green+Blue) = 24+172+108=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AC6C is #E75393. Grayscale: #787878. Windows color (decimal): -15160212 or 7121944. OLE color: 7121944.

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

Color convert

RGB 24 172 108 -
CMYK 0.86 0 0.37 0.33
HSL 154.05º 0.76% 0.38% -
HSV(B) 154.05º 0.86% 0.67% -
XYZ 17.84 30.78 19.19 -
YUV 120.45 120.97 59.2 -
System Red Green Blue C M Y K H S L
Decimal 24 172 108 0.86 0 0.37 0.33 154.05 0.76 0.38
Hex 18 AC 6C 56 0 25 21 9A 4C 26
Octal 30 254 154 126 0 45 41 232 114 46
Binary 11000 10101100 1101100 1010110 0 100101 100001 10011010 1001100 100110

Color Harmonies of #18AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC6C

Black with #18AC6C

Text Example


Text Example

White with #18AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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