Html Css Color HEX #18BA63 Jade

📋 copy color: '#18BA63'

red 24 ◦ green 186 ◦ blue 99

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

Shades of Jade #18BA63

Tints of Jade #18BA63

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.19%

 BLUE value IS 99 (39.06% from 255) = 32.04%

R = 7.77%
G = 60.19%
B = 32.04%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#18BA63 (or 0x18BA63) is known color: Jade. HEX triplet: 18, BA and 63. RGB value is (24,186,99). Sum of RGB (Red+Green+Blue) = 24+186+99=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 99 (39.06% from 255 or 32.04% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BA63 is #E7459C. Grayscale: #7F7F7F. Windows color (decimal): -15156637 or 6535704. OLE color: 6535704.

HSL color Cylindrical-coordinate representation of color #18BA63: hue angle of 147.78º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BA63 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 186 99 -
CMYK 0.87 0 0.47 0.27
HSL 147.78º 0.77% 0.41% -
HSV(B) 147.78º 0.87% 0.73% -
XYZ 20.19 36.21 17.73 -
YUV 127.64 111.83 54.07 -
System Red Green Blue C M Y K H S L
Decimal 24 186 99 0.87 0 0.47 0.27 147.78 0.77 0.41
Hex 18 BA 63 57 0 2F 1B 94 4D 29
Octal 30 272 143 127 0 57 33 224 115 51
Binary 11000 10111010 1100011 1010111 0 101111 11011 10010100 1001101 101001

Color Harmonies of #18BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA63

Black with #18BA63

Text Example


Text Example

White with #18BA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,186,99); }

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

background-color css

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

 a { background-color: rgb(24,186,99); }

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

border-color css

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

 span { border-color: rgb(24,186,99); }

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