#0AB200

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

Shades of Islamic Green #0AB200

Tints of Islamic Green #0AB200

Color information

#0AB200 (or 0x0AB200) is unknown color: approx Islamic Green. HEX triplet: 0A, B2 and 00. RGB value is (10,178,0). Sum of RGB (Red+Green+Blue) = 10+178+0=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 178 (69.92% from 255 or 94.68% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 178 - color contains mainly: green. Hex color #0AB200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AB200 is #F54DFF. Grayscale: #6C6C6C. Windows color (decimal): -16076288 or 45578. OLE color: 45578.

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

Color convert

RGB101780-
CMYK0.94010.30
HSL116.63º100%34.9%-
HSV(B)116.63º100%69.8%-
XYZ16.0531.915.31-
YUV107.4867.3458.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.32%
GREEN value IS 178 (69.92% from 255) = 94.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=5.32%
G=94.68%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1017800.94010.30116.6310034.9
HexAB205E0641E756423
Octal12262013601443616514443
Binary10101011001001011110011001001111011101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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