Html Css Color HEX #18B465 Jade

📋 copy color: '#18B465'

red 24 ◦ green 180 ◦ blue 101

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

Shades of Jade #18B465

Tints of Jade #18B465

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.02%

 BLUE value IS 101 (39.84% from 255) = 33.11%

R = 7.87%
G = 59.02%
B = 33.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#18B465 (or 0x18B465) is known color: Jade. HEX triplet: 18, B4 and 65. RGB value is (24,180,101). Sum of RGB (Red+Green+Blue) = 24+180+101=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #18B465 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B465 is #E74B9A. Grayscale: #7C7C7C. Windows color (decimal): -15158171 or 6665240. OLE color: 6665240.

HSL color Cylindrical-coordinate representation of color #18B465: hue angle of 149.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B465 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 180 101 -
CMYK 0.87 0 0.44 0.29
HSL 149.62º 0.76% 0.4% -
HSV(B) 149.62º 0.87% 0.71% -
XYZ 19.05 33.78 17.83 -
YUV 124.35 114.82 56.42 -
System Red Green Blue C M Y K H S L
Decimal 24 180 101 0.87 0 0.44 0.29 149.62 0.76 0.4
Hex 18 B4 65 57 0 2C 1D 96 4C 28
Octal 30 264 145 127 0 54 35 226 114 50
Binary 11000 10110100 1100101 1010111 0 101100 11101 10010110 1001100 101000

Color Harmonies of #18B465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B465

Black with #18B465

Text Example


Text Example

White with #18B465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,180,101); }

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

background-color css

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

 a { background-color: rgb(24,180,101); }

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

border-color css

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

 span { border-color: rgb(24,180,101); }

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