#10BA5E

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

Shades of Pigment Green #10BA5E

Tints of Pigment Green #10BA5E

Color information

#10BA5E (or 0x10BA5E) is unknown color: approx Pigment Green. HEX triplet: 10, BA and 5E. RGB value is (16,186,94). Sum of RGB (Red+Green+Blue) = 16+186+94=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BA5E is #EF45A1. Grayscale: #7C7C7C. Windows color (decimal): -15680930 or 6208016. OLE color: 6208016.

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

Color convert

RGB1618694-
CMYK0.9100.490.27
HSL147.53º84.16%39.61%-
HSV(B)147.53º91.4%72.94%-
XYZ19.7936.0416.5-
YUV124.68110.6850.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.41%
GREEN value IS 186 (73.05% from 255) = 62.84%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=5.41%
G=62.84%
B=31.76%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16186940.9100.490.27147.5384.1639.61
Hex10BA5E5B0311B945428
Octal202721361330613322412450
Binary100001011101010111101011011011000111011100101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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