Html Css Color HEX #18A768 Jade

📋 copy color: '#18A768'

red 24 ◦ green 167 ◦ blue 104

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

Shades of Jade #18A768

Tints of Jade #18A768

RGB

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

 GREEN value IS 167 (65.63% from 255) = 56.61%

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

R = 8.14%
G = 56.61%
B = 35.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#18A768 (or 0x18A768) is known color: Jade. HEX triplet: 18, A7 and 68. RGB value is (24,167,104). Sum of RGB (Red+Green+Blue) = 24+167+104=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 167 (65.62% from 255 or 56.61% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 167 - color contains mainly: green. Hex color #18A768 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A768 is #E75897. Grayscale: #757575. Windows color (decimal): -15161496 or 6858520. OLE color: 6858520.

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

Color convert

RGB 24 167 104 -
CMYK 0.86 0 0.38 0.35
HSL 153.57º 0.75% 0.37% -
HSV(B) 153.57º 0.86% 0.65% -
XYZ 16.69 28.83 17.78 -
YUV 117.06 120.62 61.62 -
System Red Green Blue C M Y K H S L
Decimal 24 167 104 0.86 0 0.38 0.35 153.57 0.75 0.37
Hex 18 A7 68 56 0 26 23 9A 4B 25
Octal 30 247 150 126 0 46 43 232 113 45
Binary 11000 10100111 1101000 1010110 0 100110 100011 10011010 1001011 100101

Color Harmonies of #18A768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A768

Black with #18A768

Text Example


Text Example

White with #18A768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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