#10BA6C

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

Shades of Jade #10BA6C

Tints of Jade #10BA6C

Color information

#10BA6C (or 0x10BA6C) is unknown color: approx Jade. HEX triplet: 10, BA and 6C. RGB value is (16,186,108). Sum of RGB (Red+Green+Blue) = 16+186+108=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BA6C is #EF4593. Grayscale: #7E7E7E. Windows color (decimal): -15680916 or 7125520. OLE color: 7125520.

HSL color Cylindrical-coordinate representation of color #10BA6C: hue angle of 152.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10BA6C is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB16186108-
CMYK0.9100.420.27
HSL152.47º84.16%39.61%-
HSV(B)152.47º91.4%72.94%-
XYZ20.4836.3120.12-
YUV126.28117.6849.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.16%
GREEN value IS 186 (73.05% from 255) = 60%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=5.16%
G=60%
B=34.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161861080.9100.420.27152.4784.1639.61
Hex10BA6C5B02A1B985428
Octal202721541330523323012450
Binary100001011101011011001011011010101011011100110001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,186,108); }

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

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

 a { background-color: rgb(16,186,108); }

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

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

 span { border-color: rgb(16,186,108); }

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