Html Css Color HEX #18B466 Jade

📋 copy color: '#18B466'

red 24 ◦ green 180 ◦ blue 102

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

Shades of Jade #18B466

Tints of Jade #18B466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.33%

R = 7.84%
G = 58.82%
B = 33.33%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#18B466 (or 0x18B466) is known color: Jade. HEX triplet: 18, B4 and 66. RGB value is (24,180,102). Sum of RGB (Red+Green+Blue) = 24+180+102=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 180 (70.70% from 255 or 58.82% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 180 - color contains mainly: green. Hex color #18B466 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B466 is #E74B99. Grayscale: #7C7C7C. Windows color (decimal): -15158170 or 6730776. OLE color: 6730776.

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

Color convert

RGB 24 180 102 -
CMYK 0.87 0 0.43 0.29
HSL 150º 0.76% 0.4% -
HSV(B) 150º 0.87% 0.71% -
XYZ 19.1 33.8 18.09 -
YUV 124.46 115.32 56.34 -
System Red Green Blue C M Y K H S L
Decimal 24 180 102 0.87 0 0.43 0.29 150 0.76 0.4
Hex 18 B4 66 57 0 2B 1D 96 4C 28
Octal 30 264 146 127 0 53 35 226 114 50
Binary 11000 10110100 1100110 1010111 0 101011 11101 10010110 1001100 101000

Color Harmonies of #18B466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B466

Black with #18B466

Text Example


Text Example

White with #18B466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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