Html Css Color HEX #18AE68 Jade

📋 copy color: '#18AE68'

red 24 ◦ green 174 ◦ blue 104

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

Shades of Jade #18AE68

Tints of Jade #18AE68

RGB

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

 GREEN value IS 174 (68.36% from 255) = 57.62%

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 7.95%
G = 57.62%
B = 34.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#18AE68 (or 0x18AE68) is known color: Jade. HEX triplet: 18, AE and 68. RGB value is (24,174,104). Sum of RGB (Red+Green+Blue) = 24+174+104=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #18AE68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AE68 is #E75197. Grayscale: #797979. Windows color (decimal): -15159704 or 6860312. OLE color: 6860312.

HSL color Cylindrical-coordinate representation of color #18AE68: hue angle of 152º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AE68 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 174 104 -
CMYK 0.86 0 0.40 0.32
HSL 152º 0.76% 0.39% -
HSV(B) 152º 0.86% 0.68% -
XYZ 18.01 31.47 18.22 -
YUV 121.17 118.31 58.69 -
System Red Green Blue C M Y K H S L
Decimal 24 174 104 0.86 0 0.40 0.32 152 0.76 0.39
Hex 18 AE 68 56 0 28 20 98 4C 27
Octal 30 256 150 126 0 50 40 230 114 47
Binary 11000 10101110 1101000 1010110 0 101000 100000 10011000 1001100 100111

Color Harmonies of #18AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AE68

Black with #18AE68

Text Example


Text Example

White with #18AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,174,104); }

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

background-color css

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

 a { background-color: rgb(24,174,104); }

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

border-color css

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

 span { border-color: rgb(24,174,104); }

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