#10B66D

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

Shades of Jade #10B66D

Tints of Jade #10B66D

Color information

#10B66D (or 0x10B66D) is unknown color: approx Jade. HEX triplet: 10, B6 and 6D. RGB value is (16,182,109). Sum of RGB (Red+Green+Blue) = 16+182+109=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 182 (71.48% from 255 or 59.28% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 182 - color contains mainly: green. Hex color #10B66D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B66D is #EF4992. Grayscale: #7C7C7C. Windows color (decimal): -15681939 or 7190032. OLE color: 7190032.

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

Color convert

RGB16182109-
CMYK0.9100.400.29
HSL153.61º83.84%38.82%-
HSV(B)153.61º91.21%71.37%-
XYZ19.734.6720.12-
YUV124.04119.550.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.21%
GREEN value IS 182 (71.48% from 255) = 59.28%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=5.21%
G=59.28%
B=35.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161821090.9100.400.29153.6183.8438.82
Hex10B66D5B0281D9a5427
Octal202661551330503523212447
Binary100001011011011011011011011010100011101100110101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,182,109); }

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

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

 a { background-color: rgb(16,182,109); }

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

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

 span { border-color: rgb(16,182,109); }

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