#10BA53

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

Shades of Pigment Green #10BA53

Tints of Pigment Green #10BA53

Color information

#10BA53 (or 0x10BA53) is unknown color: approx Pigment Green. HEX triplet: 10, BA and 53. RGB value is (16,186,83). Sum of RGB (Red+Green+Blue) = 16+186+83=285 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.61% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #10BA53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10BA53 is #EF45AC. Grayscale: #7B7B7B. Windows color (decimal): -15680941 or 5487120. OLE color: 5487120.

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

Color convert

RGB1618683-
CMYK0.9100.550.27
HSL143.65º84.16%39.61%-
HSV(B)143.65º91.4%72.94%-
XYZ19.3335.8514.08-
YUV123.43105.1851.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.61%
GREEN value IS 186 (73.05% from 255) = 65.26%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=5.61%
G=65.26%
B=29.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16186830.9100.550.27143.6584.1639.61
Hex10BA535B0371B905428
Octal202721231330673322012450
Binary100001011101010100111011011011011111011100100001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10BA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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