#15BA62

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

Shades of Jade #15BA62

Tints of Jade #15BA62

Color information

#15BA62 (or 0x15BA62) is unknown color: approx Jade. HEX triplet: 15, BA and 62. RGB value is (21,186,98). Sum of RGB (Red+Green+Blue) = 21+186+98=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #15BA62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #15BA62 is #EA459D. Grayscale: #7E7E7E. Windows color (decimal): -15353246 or 6470165. OLE color: 6470165.

HSL color Cylindrical-coordinate representation of color #15BA62: hue angle of 148º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BA62 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB2118698-
CMYK0.8900.470.27
HSL148º79.71%40.59%-
HSV(B)148º88.71%72.94%-
XYZ20.0736.1617.48-
YUV126.63111.8452.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.89%
GREEN value IS 186 (73.05% from 255) = 60.98%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=6.89%
G=60.98%
B=32.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21186980.8900.470.2714879.7140.59
Hex15BA625902F1B945029
Octal252721421310573322412051
Binary101011011101011000101011001010111111011100101001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15BA62; }

 p { color: rgb(21,186,98); }

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

<style>
 a { background-color: #15BA62; }

 a { background-color: rgb(21,186,98); }

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

<style>
 span { border-color: #15BA62; }

 span { border-color: rgb(21,186,98); }

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