Html Css Color HEX #18A36B Jade

📋 copy color: '#18A36B'

red 24 ◦ green 163 ◦ blue 107

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

Shades of Jade #18A36B

Tints of Jade #18A36B

RGB

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

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

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

R = 8.16%
G = 55.44%
B = 36.39%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#18A36B (or 0x18A36B) is known color: Jade. HEX triplet: 18, A3 and 6B. RGB value is (24,163,107). Sum of RGB (Red+Green+Blue) = 24+163+107=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 163 (64.06% from 255 or 55.44% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 163 - color contains mainly: green. Hex color #18A36B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A36B is #E75C94. Grayscale: #737373. Windows color (decimal): -15162517 or 7054104. OLE color: 7054104.

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

Color convert

RGB 24 163 107 -
CMYK 0.85 0 0.34 0.36
HSL 155.83º 0.74% 0.37% -
HSV(B) 155.83º 0.85% 0.64% -
XYZ 16.13 27.45 18.36 -
YUV 115.06 123.45 63.05 -
System Red Green Blue C M Y K H S L
Decimal 24 163 107 0.85 0 0.34 0.36 155.83 0.74 0.37
Hex 18 A3 6B 55 0 22 24 9C 4A 25
Octal 30 243 153 125 0 42 44 234 112 45
Binary 11000 10100011 1101011 1010101 0 100010 100100 10011100 1001010 100101

Color Harmonies of #18A36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A36B

Black with #18A36B

Text Example


Text Example

White with #18A36B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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