#0ABA5B

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

Shades of Pigment Green #0ABA5B

Tints of Pigment Green #0ABA5B

Color information

#0ABA5B (or 0x0ABA5B) is unknown color: approx Pigment Green. HEX triplet: 0A, BA and 5B. RGB value is (10,186,91). Sum of RGB (Red+Green+Blue) = 10+186+91=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABA5B is #F545A4. Grayscale: #7A7A7A. Windows color (decimal): -16074149 or 6011402. OLE color: 6011402.

HSL color Cylindrical-coordinate representation of color #0ABA5B: hue angle of 147.61º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA5B is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1018691-
CMYK0.9500.510.27
HSL147.61º89.8%38.43%-
HSV(B)147.61º94.62%72.94%-
XYZ19.5735.9415.8-
YUV122.55110.1947.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.48%
GREEN value IS 186 (73.05% from 255) = 64.81%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=3.48%
G=64.81%
B=31.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10186910.9500.510.27147.6189.838.43
HexABA5B5F0331B945a26
Octal122721331370633322413246
Binary10101011101010110111011111011001111011100101001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0ABA5B; }

 p { color: rgb(10,186,91); }

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

<style>
 a { background-color: #0ABA5B; }

 a { background-color: rgb(10,186,91); }

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

<style>
 span { border-color: #0ABA5B; }

 span { border-color: rgb(10,186,91); }

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