#0ABD56

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

Shades of Pigment Green #0ABD56

Tints of Pigment Green #0ABD56

Color information

#0ABD56 (or 0x0ABD56) is unknown color: approx Pigment Green. HEX triplet: 0A, BD and 56. RGB value is (10,189,86). Sum of RGB (Red+Green+Blue) = 10+189+86=285 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.51% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 86 (33.98% from 255 or 30.18% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD56 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ABD56 is #F542A9. Grayscale: #7B7B7B. Windows color (decimal): -16073386 or 5684490. OLE color: 5684490.

HSL color Cylindrical-coordinate representation of color #0ABD56: hue angle of 145.47º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABD56 is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB1018986-
CMYK0.9500.540.26
HSL145.47º89.95%39.02%-
HSV(B)145.47º94.71%74.12%-
XYZ2037.1314.92-
YUV123.74106.746.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.51%
GREEN value IS 189 (74.22% from 255) = 66.32%
BLUE value IS 86 (33.98% from 255) = 30.18%
R=3.51%
G=66.32%
B=30.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10189860.9500.540.26145.4789.9539.02
HexABD565F0361A915a27
Octal122751261370663222113247
Binary10101011110110101101011111011011011010100100011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ABD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,189,86); }

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

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

 a { background-color: rgb(10,189,86); }

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

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

 span { border-color: rgb(10,189,86); }

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