Html Css Color HEX #18A36F Jade

📋 copy color: '#18A36F'

red 24 ◦ green 163 ◦ blue 111

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

Shades of Jade #18A36F

Tints of Jade #18A36F

RGB

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

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

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

R = 8.05%
G = 54.7%
B = 37.25%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#18A36F (or 0x18A36F) is known color: Jade. HEX triplet: 18, A3 and 6F. RGB value is (24,163,111). Sum of RGB (Red+Green+Blue) = 24+163+111=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 163 (64.06% from 255 or 54.70% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 163 - color contains mainly: green. Hex color #18A36F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A36F is #E75C90. Grayscale: #737373. Windows color (decimal): -15162513 or 7316248. OLE color: 7316248.

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

Color convert

RGB 24 163 111 -
CMYK 0.85 0 0.32 0.36
HSL 157.55º 0.74% 0.37% -
HSV(B) 157.55º 0.85% 0.64% -
XYZ 16.34 27.54 19.49 -
YUV 115.51 125.45 62.73 -
System Red Green Blue C M Y K H S L
Decimal 24 163 111 0.85 0 0.32 0.36 157.55 0.74 0.37
Hex 18 A3 6F 55 0 20 24 9E 4A 25
Octal 30 243 157 125 0 40 44 236 112 45
Binary 11000 10100011 1101111 1010101 0 100000 100100 10011110 1001010 100101

Color Harmonies of #18A36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A36F

Black with #18A36F

Text Example


Text Example

White with #18A36F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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