Html Css Color HEX #18A468 Jade

📋 copy color: '#18A468'

red 24 ◦ green 164 ◦ blue 104

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

Shades of Jade #18A468

Tints of Jade #18A468

RGB

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

 GREEN value IS 164 (64.45% from 255) = 56.16%

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

R = 8.22%
G = 56.16%
B = 35.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#18A468 (or 0x18A468) is known color: Jade. HEX triplet: 18, A4 and 68. RGB value is (24,164,104). Sum of RGB (Red+Green+Blue) = 24+164+104=292 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.22% from 292); Green value is 164 (64.45% from 255 or 56.16% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 164 - color contains mainly: green. Hex color #18A468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A468 is #E75B97. Grayscale: #737373. Windows color (decimal): -15162264 or 6857752. OLE color: 6857752.

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

Color convert

RGB 24 164 104 -
CMYK 0.85 0 0.37 0.36
HSL 154.29º 0.74% 0.37% -
HSV(B) 154.29º 0.85% 0.64% -
XYZ 16.15 27.74 17.6 -
YUV 115.3 121.62 62.88 -
System Red Green Blue C M Y K H S L
Decimal 24 164 104 0.85 0 0.37 0.36 154.29 0.74 0.37
Hex 18 A4 68 55 0 25 24 9A 4A 25
Octal 30 244 150 125 0 45 44 232 112 45
Binary 11000 10100100 1101000 1010101 0 100101 100100 10011010 1001010 100101

Color Harmonies of #18A468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A468

Black with #18A468

Text Example


Text Example

White with #18A468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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