Html Css Color HEX #18A66F Jade

📋 copy color: '#18A66F'

red 24 ◦ green 166 ◦ blue 111

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

Shades of Jade #18A66F

Tints of Jade #18A66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.88%

R = 7.97%
G = 55.15%
B = 36.88%

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

#18A66F (or 0x18A66F) is known color: Jade. HEX triplet: 18, A6 and 6F. RGB value is (24,166,111). Sum of RGB (Red+Green+Blue) = 24+166+111=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 166 (65.23% from 255 or 55.15% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 166 - color contains mainly: green. Hex color #18A66F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A66F is #E75990. Grayscale: #757575. Windows color (decimal): -15161745 or 7317016. OLE color: 7317016.

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

Color convert

RGB 24 166 111 -
CMYK 0.86 0 0.33 0.35
HSL 156.76º 0.75% 0.37% -
HSV(B) 156.76º 0.86% 0.65% -
XYZ 16.88 28.61 19.67 -
YUV 117.27 124.46 61.47 -
System Red Green Blue C M Y K H S L
Decimal 24 166 111 0.86 0 0.33 0.35 156.76 0.75 0.37
Hex 18 A6 6F 56 0 21 23 9D 4B 25
Octal 30 246 157 126 0 41 43 235 113 45
Binary 11000 10100110 1101111 1010110 0 100001 100011 10011101 1001011 100101

Color Harmonies of #18A66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A66F

Black with #18A66F

Text Example


Text Example

White with #18A66F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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