Html Css Color HEX #18A670 Jade

📋 copy color: '#18A670'

red 24 ◦ green 166 ◦ blue 112

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

Shades of Jade #18A670

Tints of Jade #18A670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 54.97%

 BLUE value IS 112 (44.14% from 255) = 37.09%

R = 7.95%
G = 54.97%
B = 37.09%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#18A670 (or 0x18A670) is known color: Jade. HEX triplet: 18, A6 and 70. RGB value is (24,166,112). Sum of RGB (Red+Green+Blue) = 24+166+112=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #18A670 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A670 is #E7598F. Grayscale: #757575. Windows color (decimal): -15161744 or 7382552. OLE color: 7382552.

HSL color Cylindrical-coordinate representation of color #18A670: hue angle of 157.18º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A670 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 24 166 112 -
CMYK 0.86 0 0.33 0.35
HSL 157.18º 0.75% 0.37% -
HSV(B) 157.18º 0.86% 0.65% -
XYZ 16.94 28.64 19.96 -
YUV 117.39 124.96 61.39 -
System Red Green Blue C M Y K H S L
Decimal 24 166 112 0.86 0 0.33 0.35 157.18 0.75 0.37
Hex 18 A6 70 56 0 21 23 9D 4B 25
Octal 30 246 160 126 0 41 43 235 113 45
Binary 11000 10100110 1110000 1010110 0 100001 100011 10011101 1001011 100101

Color Harmonies of #18A670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A670

Black with #18A670

Text Example


Text Example

White with #18A670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,166,112); }

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

background-color css

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

 a { background-color: rgb(24,166,112); }

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

border-color css

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

 span { border-color: rgb(24,166,112); }

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