Html Css Color HEX #18A767 Jade

📋 copy color: '#18A767'

red 24 ◦ green 167 ◦ blue 103

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

Shades of Jade #18A767

Tints of Jade #18A767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 35.03%

R = 8.16%
G = 56.8%
B = 35.03%

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

#18A767 (or 0x18A767) is known color: Jade. HEX triplet: 18, A7 and 67. RGB value is (24,167,103). Sum of RGB (Red+Green+Blue) = 24+167+103=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 167 (65.62% from 255 or 56.80% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 167 - color contains mainly: green. Hex color #18A767 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A767 is #E75898. Grayscale: #757575. Windows color (decimal): -15161497 or 6792984. OLE color: 6792984.

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

Color convert

RGB 24 167 103 -
CMYK 0.86 0 0.38 0.35
HSL 153.15º 0.75% 0.37% -
HSV(B) 153.15º 0.86% 0.65% -
XYZ 16.64 28.81 17.52 -
YUV 116.95 120.12 61.7 -
System Red Green Blue C M Y K H S L
Decimal 24 167 103 0.86 0 0.38 0.35 153.15 0.75 0.37
Hex 18 A7 67 56 0 26 23 99 4B 25
Octal 30 247 147 126 0 46 43 231 113 45
Binary 11000 10100111 1100111 1010110 0 100110 100011 10011001 1001011 100101

Color Harmonies of #18A767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A767

Black with #18A767

Text Example


Text Example

White with #18A767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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