#18B362

Color #18B362 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #18B362

Tints of Jade #18B362

Color information

#18B362 (or 0x18B362) is unknown color: approx Jade. HEX triplet: 18, B3 and 62. RGB value is (24,179,98). Sum of RGB (Red+Green+Blue) = 24+179+98=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 179 (70.31% from 255 or 59.47% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 179 - color contains mainly: green. Hex color #18B362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18B362 is #E74C9D. Grayscale: #7B7B7B. Windows color (decimal): -15158430 or 6468376. OLE color: 6468376.

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

Color convert

RGB2417998-
CMYK0.8700.450.30
HSL148.65º76.35%39.8%-
HSV(B)148.65º86.59%70.2%-
XYZ18.733.3217-
YUV123.42113.6557.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.97%
GREEN value IS 179 (70.31% from 255) = 59.47%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=7.97%
G=59.47%
B=32.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal24179980.8700.450.30148.6576.3539.8
Hex18B3625702D1E954c28
Octal302631421270553622511450
Binary110001011001111000101010111010110111110100101011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18B362;
 }
 .AnyTagClassName
 {
   color: #18B362;
 }
</style>
background-color css

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

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

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

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

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

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