Html Css Color HEX #18BA61 Jade

📋 copy color: '#18BA61'

red 24 ◦ green 186 ◦ blue 97

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

Shades of Jade #18BA61

Tints of Jade #18BA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.6%

R = 7.82%
G = 60.59%
B = 31.6%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#18BA61 (or 0x18BA61) is known color: Jade. HEX triplet: 18, BA and 61. RGB value is (24,186,97). Sum of RGB (Red+Green+Blue) = 24+186+97=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA61 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BA61 is #E7459E. Grayscale: #7F7F7F. Windows color (decimal): -15156639 or 6404632. OLE color: 6404632.

HSL color Cylindrical-coordinate representation of color #18BA61: hue angle of 147.04º 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 #18BA61 is Cyan = 0.87, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 186 97 -
CMYK 0.87 0 0.48 0.27
HSL 147.04º 0.77% 0.41% -
HSV(B) 147.04º 0.87% 0.73% -
XYZ 20.09 36.18 17.23 -
YUV 127.42 110.83 54.24 -
System Red Green Blue C M Y K H S L
Decimal 24 186 97 0.87 0 0.48 0.27 147.04 0.77 0.41
Hex 18 BA 61 57 0 30 1B 93 4D 29
Octal 30 272 141 127 0 60 33 223 115 51
Binary 11000 10111010 1100001 1010111 0 110000 11011 10010011 1001101 101001

Color Harmonies of #18BA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BA61

Black with #18BA61

Text Example


Text Example

White with #18BA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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