#10B964

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

Shades of Jade #10B964

Tints of Jade #10B964

Color information

#10B964 (or 0x10B964) is unknown color: approx Jade. HEX triplet: 10, B9 and 64. RGB value is (16,185,100). Sum of RGB (Red+Green+Blue) = 16+185+100=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #10B964 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B964 is #EF469B. Grayscale: #7C7C7C. Windows color (decimal): -15681180 or 6600976. OLE color: 6600976.

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

Color convert

RGB16185100-
CMYK0.9100.460.27
HSL149.82º84.08%39.41%-
HSV(B)149.82º91.35%72.55%-
XYZ19.8635.7317.91-
YUV124.78114.0150.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.32%
GREEN value IS 185 (72.66% from 255) = 61.46%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=5.32%
G=61.46%
B=33.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161851000.9100.460.27149.8284.0839.41
Hex10B9645B02E1B965427
Octal202711441330563322612447
Binary100001011100111001001011011010111011011100101101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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