Html Css Color HEX #18AC68 Jade

📋 copy color: '#18AC68'

red 24 ◦ green 172 ◦ blue 104

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

Shades of Jade #18AC68

Tints of Jade #18AC68

RGB

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

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

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

R = 8%
G = 57.33%
B = 34.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#18AC68 (or 0x18AC68) is known color: Jade. HEX triplet: 18, AC and 68. RGB value is (24,172,104). Sum of RGB (Red+Green+Blue) = 24+172+104=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 172 (67.58% from 255 or 57.33% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AC68 is #E75397. Grayscale: #787878. Windows color (decimal): -15160216 or 6859800. OLE color: 6859800.

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

Color convert

RGB 24 172 104 -
CMYK 0.86 0 0.40 0.33
HSL 152.43º 0.76% 0.38% -
HSV(B) 152.43º 0.86% 0.67% -
XYZ 17.63 30.7 18.09 -
YUV 120 118.97 59.53 -
System Red Green Blue C M Y K H S L
Decimal 24 172 104 0.86 0 0.40 0.33 152.43 0.76 0.38
Hex 18 AC 68 56 0 28 21 98 4C 26
Octal 30 254 150 126 0 50 41 230 114 46
Binary 11000 10101100 1101000 1010110 0 101000 100001 10011000 1001100 100110

Color Harmonies of #18AC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC68

Black with #18AC68

Text Example


Text Example

White with #18AC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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