#10B965

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

Shades of Jade #10B965

Tints of Jade #10B965

Color information

#10B965 (or 0x10B965) is unknown color: approx Jade. HEX triplet: 10, B9 and 65. RGB value is (16,185,101). Sum of RGB (Red+Green+Blue) = 16+185+101=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #10B965 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B965 is #EF469A. Grayscale: #7D7D7D. Windows color (decimal): -15681179 or 6666512. OLE color: 6666512.

HSL color Cylindrical-coordinate representation of color #10B965: hue angle of 150.18º 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 #10B965 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB16185101-
CMYK0.9100.450.27
HSL150.18º84.08%39.41%-
HSV(B)150.18º91.35%72.55%-
XYZ19.9135.7518.16-
YUV124.89114.5150.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.30%
GREEN value IS 185 (72.66% from 255) = 61.26%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=5.30%
G=61.26%
B=33.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161851010.9100.450.27150.1884.0839.41
Hex10B9655B02D1B965427
Octal202711451330553322612447
Binary100001011100111001011011011010110111011100101101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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