#0ab25e

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

Shades of Pigment Green #0AB25E

Tints of Pigment Green #0AB25E

Color information

#0AB25E (or 0x0AB25E) is unknown color: approx Pigment Green. HEX triplet: 0A, B2 and 5E. RGB value is (10,178,94). Sum of RGB (Red+Green+Blue) = 10+178+94=282 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.55% from 282); Green value is 178 (69.92% from 255 or 63.12% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 178 - color contains mainly: green. Hex color #0AB25E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AB25E is #F54DA1. Grayscale: #767676. Windows color (decimal): -16076194 or 6205962. OLE color: 6205962.

HSL color Cylindrical-coordinate representation of color #0AB25E: hue angle of 150º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AB25E is Cyan = 0.94, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1017894-
CMYK0.9400.470.30
HSL150º89.36%36.86%-
HSV(B)150º94.38%69.8%-
XYZ18.0732.7115.95-
YUV118.19114.3450.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.55%
GREEN value IS 178 (69.92% from 255) = 63.12%
BLUE value IS 94 (37.11% from 255) = 33.33%
R=3.55%
G=63.12%
B=33.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal10178940.9400.470.3015089.3636.86
HexAB25E5E02F1E965925
Octal122621361360573622613145
Binary10101011001010111101011110010111111110100101101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ab25e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,178,94); }

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

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

 a { background-color: rgb(10,178,94); }

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

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

 span { border-color: rgb(10,178,94); }

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