#0AB857

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

Shades of Pigment Green #0AB857

Tints of Pigment Green #0AB857

Color information

#0AB857 (or 0x0AB857) is unknown color: approx Pigment Green. HEX triplet: 0A, B8 and 57. RGB value is (10,184,87). Sum of RGB (Red+Green+Blue) = 10+184+87=281 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.56% from 281); Green value is 184 (72.27% from 255 or 65.48% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB857 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB857 is #F547A8. Grayscale: #797979. Windows color (decimal): -16074665 or 5748746. OLE color: 5748746.

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

Color convert

RGB1018487-
CMYK0.9500.530.28
HSL146.55º89.69%38.04%-
HSV(B)146.55º94.57%72.16%-
XYZ18.9935.0314.78-
YUV120.92108.8548.89-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.56%
GREEN value IS 184 (72.27% from 255) = 65.48%
BLUE value IS 87 (34.38% from 255) = 30.96%
R=3.56%
G=65.48%
B=30.96%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10184870.9500.530.28146.5589.6938.04
HexAB8575F0351C935a26
Octal122701271370653422313246
Binary10101011100010101111011111011010111100100100111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,184,87); }

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

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

 a { background-color: rgb(10,184,87); }

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

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

 span { border-color: rgb(10,184,87); }

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