Html Css Color HEX #18A76F Jade

📋 copy color: '#18A76F'

red 24 ◦ green 167 ◦ blue 111

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

Shades of Jade #18A76F

Tints of Jade #18A76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 7.95%
G = 55.3%
B = 36.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#18A76F (or 0x18A76F) is known color: Jade. HEX triplet: 18, A7 and 6F. RGB value is (24,167,111). Sum of RGB (Red+Green+Blue) = 24+167+111=302 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.95% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #18A76F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A76F is #E75890. Grayscale: #757575. Windows color (decimal): -15161489 or 7317272. OLE color: 7317272.

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

Color convert

RGB 24 167 111 -
CMYK 0.86 0 0.34 0.35
HSL 156.5º 0.75% 0.37% -
HSV(B) 156.5º 0.86% 0.65% -
XYZ 17.06 28.98 19.73 -
YUV 117.86 124.12 61.05 -
System Red Green Blue C M Y K H S L
Decimal 24 167 111 0.86 0 0.34 0.35 156.5 0.75 0.37
Hex 18 A7 6F 56 0 22 23 9D 4B 25
Octal 30 247 157 126 0 42 43 235 113 45
Binary 11000 10100111 1101111 1010110 0 100010 100011 10011101 1001011 100101

Color Harmonies of #18A76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A76F

Black with #18A76F

Text Example


Text Example

White with #18A76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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