#10BA59

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

Shades of Pigment Green #10BA59

Tints of Pigment Green #10BA59

Color information

#10BA59 (or 0x10BA59) is unknown color: approx Pigment Green. HEX triplet: 10, BA and 59. RGB value is (16,186,89). Sum of RGB (Red+Green+Blue) = 16+186+89=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BA59 is #EF45A6. Grayscale: #7C7C7C. Windows color (decimal): -15680935 or 5880336. OLE color: 5880336.

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

Color convert

RGB1618689-
CMYK0.9100.520.27
HSL145.76º84.16%39.61%-
HSV(B)145.76º91.4%72.94%-
XYZ19.5835.9515.36-
YUV124.11108.1850.89-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.50%
GREEN value IS 186 (73.05% from 255) = 63.92%
BLUE value IS 89 (35.16% from 255) = 30.58%
R=5.50%
G=63.92%
B=30.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16186890.9100.520.27145.7684.1639.61
Hex10BA595B0341B925428
Octal202721311330643322212450
Binary100001011101010110011011011011010011011100100101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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