#10B465

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

Shades of Jade #10B465

Tints of Jade #10B465

Color information

#10B465 (or 0x10B465) is unknown color: approx Jade. HEX triplet: 10, B4 and 65. RGB value is (16,180,101). Sum of RGB (Red+Green+Blue) = 16+180+101=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 180 (70.70% from 255 or 60.61% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 180 - color contains mainly: green. Hex color #10B465 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B465 is #EF4B9A. Grayscale: #7A7A7A. Windows color (decimal): -15682459 or 6665232. OLE color: 6665232.

HSL color Cylindrical-coordinate representation of color #10B465: hue angle of 151.1º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B465 is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB16180101-
CMYK0.9100.440.29
HSL151.1º83.67%38.43%-
HSV(B)151.1º91.11%70.59%-
XYZ18.8833.6917.82-
YUV121.96116.1752.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.39%
GREEN value IS 180 (70.70% from 255) = 60.61%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=5.39%
G=60.61%
B=34.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161801010.9100.440.29151.183.6738.43
Hex10B4655B02C1D975426
Octal202641451330543522712446
Binary100001011010011001011011011010110011101100101111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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