Html Css Color HEX #18A669 Jade

📋 copy color: '#18A669'

red 24 ◦ green 166 ◦ blue 105

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

Shades of Jade #18A669

Tints of Jade #18A669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 8.14%
G = 56.27%
B = 35.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#18A669 (or 0x18A669) is known color: Jade. HEX triplet: 18, A6 and 69. RGB value is (24,166,105). Sum of RGB (Red+Green+Blue) = 24+166+105=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #18A669 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A669 is #E75996. Grayscale: #747474. Windows color (decimal): -15161751 or 6923800. OLE color: 6923800.

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

Color convert

RGB 24 166 105 -
CMYK 0.86 0 0.37 0.35
HSL 154.23º 0.75% 0.37% -
HSV(B) 154.23º 0.86% 0.65% -
XYZ 16.56 28.49 17.99 -
YUV 116.59 121.46 61.96 -
System Red Green Blue C M Y K H S L
Decimal 24 166 105 0.86 0 0.37 0.35 154.23 0.75 0.37
Hex 18 A6 69 56 0 25 23 9A 4B 25
Octal 30 246 151 126 0 45 43 232 113 45
Binary 11000 10100110 1101001 1010110 0 100101 100011 10011010 1001011 100101

Color Harmonies of #18A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A669

Black with #18A669

Text Example


Text Example

White with #18A669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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