#10B960

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

Shades of Jade #10B960

Tints of Jade #10B960

Color information

#10B960 (or 0x10B960) is unknown color: approx Jade. HEX triplet: 10, B9 and 60. RGB value is (16,185,96). Sum of RGB (Red+Green+Blue) = 16+185+96=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 185 (72.66% from 255 or 62.29% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 185 - color contains mainly: green. Hex color #10B960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B960 is #EF469F. Grayscale: #7C7C7C. Windows color (decimal): -15681184 or 6338832. OLE color: 6338832.

HSL color Cylindrical-coordinate representation of color #10B960: hue angle of 148.4º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B960 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1618596-
CMYK0.9100.480.27
HSL148.4º84.08%39.41%-
HSV(B)148.4º91.35%72.55%-
XYZ19.6735.6516.91-
YUV124.32112.0150.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.39%
GREEN value IS 185 (72.66% from 255) = 62.29%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=5.39%
G=62.29%
B=32.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16185960.9100.480.27148.484.0839.41
Hex10B9605B0301B945427
Octal202711401330603322412447
Binary100001011100111000001011011011000011011100101001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10B960; }

 p { color: rgb(16,185,96); }

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

<style>
 a { background-color: #10B960; }

 a { background-color: rgb(16,185,96); }

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

<style>
 span { border-color: #10B960; }

 span { border-color: rgb(16,185,96); }

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