Html Css Color HEX #18A76B Jade

📋 copy color: '#18A76B'

red 24 ◦ green 167 ◦ blue 107

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

Shades of Jade #18A76B

Tints of Jade #18A76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 8.05%
G = 56.04%
B = 35.91%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#18A76B (or 0x18A76B) is known color: Jade. HEX triplet: 18, A7 and 6B. RGB value is (24,167,107). Sum of RGB (Red+Green+Blue) = 24+167+107=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #18A76B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A76B is #E75894. Grayscale: #757575. Windows color (decimal): -15161493 or 7055128. OLE color: 7055128.

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

Color convert

RGB 24 167 107 -
CMYK 0.86 0 0.36 0.35
HSL 154.83º 0.75% 0.37% -
HSV(B) 154.83º 0.86% 0.65% -
XYZ 16.85 28.89 18.6 -
YUV 117.4 122.12 61.38 -
System Red Green Blue C M Y K H S L
Decimal 24 167 107 0.86 0 0.36 0.35 154.83 0.75 0.37
Hex 18 A7 6B 56 0 24 23 9B 4B 25
Octal 30 247 153 126 0 44 43 233 113 45
Binary 11000 10100111 1101011 1010110 0 100100 100011 10011011 1001011 100101

Color Harmonies of #18A76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A76B

Black with #18A76B

Text Example


Text Example

White with #18A76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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