Html Css Color HEX #18A368 Jade

📋 copy color: '#18A368'

red 24 ◦ green 163 ◦ blue 104

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

Shades of Jade #18A368

Tints of Jade #18A368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 56.01%

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

R = 8.25%
G = 56.01%
B = 35.74%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#18A368 (or 0x18A368) is known color: Jade. HEX triplet: 18, A3 and 68. RGB value is (24,163,104). Sum of RGB (Red+Green+Blue) = 24+163+104=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 163 (64.06% from 255 or 56.01% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 163 - color contains mainly: green. Hex color #18A368 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A368 is #E75C97. Grayscale: #727272. Windows color (decimal): -15162520 or 6857496. OLE color: 6857496.

HSL color Cylindrical-coordinate representation of color #18A368: hue angle of 154.53º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A368 is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 163 104 -
CMYK 0.85 0 0.36 0.36
HSL 154.53º 0.74% 0.37% -
HSV(B) 154.53º 0.85% 0.64% -
XYZ 15.97 27.39 17.54 -
YUV 114.71 121.95 63.3 -
System Red Green Blue C M Y K H S L
Decimal 24 163 104 0.85 0 0.36 0.36 154.53 0.74 0.37
Hex 18 A3 68 55 0 24 24 9B 4A 25
Octal 30 243 150 125 0 44 44 233 112 45
Binary 11000 10100011 1101000 1010101 0 100100 100100 10011011 1001010 100101

Color Harmonies of #18A368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A368

Black with #18A368

Text Example


Text Example

White with #18A368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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