#18BD66

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

Shades of Jade #18BD66

Tints of Jade #18BD66

Color information

#18BD66 (or 0x18BD66) is unknown color: approx Jade. HEX triplet: 18, BD and 66. RGB value is (24,189,102). Sum of RGB (Red+Green+Blue) = 24+189+102=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #18BD66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BD66 is #E74299. Grayscale: #818181. Windows color (decimal): -15155866 or 6733080. OLE color: 6733080.

HSL color Cylindrical-coordinate representation of color #18BD66: hue angle of 148.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BD66 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB24189102-
CMYK0.8700.460.26
HSL148.36º77.46%41.76%-
HSV(B)148.36º87.3%74.12%-
XYZ20.9737.5518.71-
YUV129.75112.3452.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.62%
GREEN value IS 189 (74.22% from 255) = 60%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=7.62%
G=60%
B=32.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal241891020.8700.460.26148.3677.4641.76
Hex18BD665702E1A944d2a
Octal302751461270563222411552
Binary110001011110111001101010111010111011010100101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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