#0AB650

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

Shades of Pigment Green #0AB650

Tints of Pigment Green #0AB650

Color information

#0AB650 (or 0x0AB650) is unknown color: approx Pigment Green. HEX triplet: 0A, B6 and 50. RGB value is (10,182,80). Sum of RGB (Red+Green+Blue) = 10+182+80=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 182 (71.48% from 255 or 66.91% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 182 - color contains mainly: green. Hex color #0AB650 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB650 is #F549AF. Grayscale: #777777. Windows color (decimal): -16075184 or 5289482. OLE color: 5289482.

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

Color convert

RGB1018280-
CMYK0.9500.560.29
HSL144.42º89.58%37.65%-
HSV(B)144.42º94.51%71.37%-
XYZ18.334.113.21-
YUV118.94106.0250.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.68%
GREEN value IS 182 (71.48% from 255) = 66.91%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=3.68%
G=66.91%
B=29.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal10182800.9500.560.29144.4289.5837.65
HexAB6505F0381D905a26
Octal122661201370703522013246
Binary10101011011010100001011111011100011101100100001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,182,80); }

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

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

 a { background-color: rgb(10,182,80); }

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

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

 span { border-color: rgb(10,182,80); }

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