#10B66E

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

Shades of Jade #10B66E

Tints of Jade #10B66E

Color information

#10B66E (or 0x10B66E) is unknown color: approx Jade. HEX triplet: 10, B6 and 6E. RGB value is (16,182,110). Sum of RGB (Red+Green+Blue) = 16+182+110=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 182 (71.48% from 255 or 59.09% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 182 - color contains mainly: green. Hex color #10B66E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B66E is #EF4991. Grayscale: #7C7C7C. Windows color (decimal): -15681938 or 7255568. OLE color: 7255568.

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

Color convert

RGB16182110-
CMYK0.9100.400.29
HSL153.98º83.84%38.82%-
HSV(B)153.98º91.21%71.37%-
XYZ19.7634.6920.41-
YUV124.1612050.85-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.19%
GREEN value IS 182 (71.48% from 255) = 59.09%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=5.19%
G=59.09%
B=35.71%

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
Decimal161821100.9100.400.29153.9883.8438.82
Hex10B66E5B0281D9a5427
Octal202661561330503523212447
Binary100001011011011011101011011010100011101100110101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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