Html Css Color HEX #18A367 Jade

📋 copy color: '#18A367'

red 24 ◦ green 163 ◦ blue 103

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

Shades of Jade #18A367

Tints of Jade #18A367

RGB

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

 GREEN value IS 163 (64.06% from 255) = 56.21%

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

R = 8.28%
G = 56.21%
B = 35.52%

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

#18A367 (or 0x18A367) is known color: Jade. HEX triplet: 18, A3 and 67. RGB value is (24,163,103). Sum of RGB (Red+Green+Blue) = 24+163+103=290 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.28% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #18A367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A367 is #E75C98. Grayscale: #727272. Windows color (decimal): -15162521 or 6791960. OLE color: 6791960.

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

Color convert

RGB 24 163 103 -
CMYK 0.85 0 0.37 0.36
HSL 154.1º 0.74% 0.37% -
HSV(B) 154.1º 0.85% 0.64% -
XYZ 15.92 27.37 17.28 -
YUV 114.6 121.45 63.38 -
System Red Green Blue C M Y K H S L
Decimal 24 163 103 0.85 0 0.37 0.36 154.1 0.74 0.37
Hex 18 A3 67 55 0 25 24 9A 4A 25
Octal 30 243 147 125 0 45 44 232 112 45
Binary 11000 10100011 1100111 1010101 0 100101 100100 10011010 1001010 100101

Color Harmonies of #18A367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A367

Black with #18A367

Text Example


Text Example

White with #18A367

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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