#10B46A

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

Shades of Jade #10B46A

Tints of Jade #10B46A

Color information

#10B46A (or 0x10B46A) is unknown color: approx Jade. HEX triplet: 10, B4 and 6A. RGB value is (16,180,106). Sum of RGB (Red+Green+Blue) = 16+180+106=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 180 (70.70% from 255 or 59.60% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 180 - color contains mainly: green. Hex color #10B46A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B46A is #EF4B95. Grayscale: #7A7A7A. Windows color (decimal): -15682454 or 6992912. OLE color: 6992912.

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

Color convert

RGB16180106-
CMYK0.9100.410.29
HSL152.93º83.67%38.43%-
HSV(B)152.93º91.11%70.59%-
XYZ19.1433.7919.15-
YUV122.53118.6752.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.30%
GREEN value IS 180 (70.70% from 255) = 59.60%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=5.30%
G=59.60%
B=35.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161801060.9100.410.29152.9383.6738.43
Hex10B46A5B0291D995426
Octal202641521330513523112446
Binary100001011010011010101011011010100111101100110011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10B46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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