Html Css Color HEX #18B365 Jade

📋 copy color: '#18B365'

red 24 ◦ green 179 ◦ blue 101

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

Shades of Jade #18B365

Tints of Jade #18B365

RGB

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

 GREEN value IS 179 (70.31% from 255) = 58.88%

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

R = 7.89%
G = 58.88%
B = 33.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#18B365 (or 0x18B365) is known color: Jade. HEX triplet: 18, B3 and 65. RGB value is (24,179,101). Sum of RGB (Red+Green+Blue) = 24+179+101=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 179 (70.31% from 255 or 58.88% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 179 - color contains mainly: green. Hex color #18B365 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B365 is #E74C9A. Grayscale: #7B7B7B. Windows color (decimal): -15158427 or 6664984. OLE color: 6664984.

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

Color convert

RGB 24 179 101 -
CMYK 0.87 0 0.44 0.30
HSL 149.81º 0.76% 0.4% -
HSV(B) 149.81º 0.87% 0.7% -
XYZ 18.85 33.37 17.76 -
YUV 123.76 115.15 56.84 -
System Red Green Blue C M Y K H S L
Decimal 24 179 101 0.87 0 0.44 0.30 149.81 0.76 0.4
Hex 18 B3 65 57 0 2C 1E 96 4C 28
Octal 30 263 145 127 0 54 36 226 114 50
Binary 11000 10110011 1100101 1010111 0 101100 11110 10010110 1001100 101000

Color Harmonies of #18B365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B365

Black with #18B365

Text Example


Text Example

White with #18B365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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