#0ABA58

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

Shades of Pigment Green #0ABA58

Tints of Pigment Green #0ABA58

Color information

#0ABA58 (or 0x0ABA58) is unknown color: approx Pigment Green. HEX triplet: 0A, BA and 58. RGB value is (10,186,88). Sum of RGB (Red+Green+Blue) = 10+186+88=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 186 (73.05% from 255 or 65.49% from 284); Blue value is 88 (34.77% from 255 or 30.99% from 284); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABA58 is #F545A7. Grayscale: #7A7A7A. Windows color (decimal): -16074152 or 5814794. OLE color: 5814794.

HSL color Cylindrical-coordinate representation of color #0ABA58: hue angle of 146.59º 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 #0ABA58 is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1018688-
CMYK0.9500.530.27
HSL146.59º89.8%38.43%-
HSV(B)146.59º94.62%72.94%-
XYZ19.4535.8915.13-
YUV122.2108.6947.97-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.52%
GREEN value IS 186 (73.05% from 255) = 65.49%
BLUE value IS 88 (34.77% from 255) = 30.99%
R=3.52%
G=65.49%
B=30.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10186880.9500.530.27146.5989.838.43
HexABA585F0351B935a26
Octal122721301370653322313246
Binary10101011101010110001011111011010111011100100111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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