Html Css Color HEX #0AB500 Islamic Green

📋 copy color: '#0AB500'

red 10 ◦ green 181 ◦ blue 0

#0AB500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #0AB500

Tints of Islamic Green #0AB500

RGB

 RED value IS 10 (4.3% from 255) = 5.24%

 GREEN value IS 181 (71.09% from 255) = 94.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 5.24%
G = 94.76%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#0AB500 (or 0x0AB500) is known color: Islamic Green. HEX triplet: 0A, B5 and 00. RGB value is (10,181,0). Sum of RGB (Red+Green+Blue) = 10+181+0=191 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.24% from 191); Green value is 181 (71.09% from 255 or 94.76% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 181 - color contains mainly: green. Hex color #0AB500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB500 is #F54AFF. Grayscale: #6D6D6D. Windows color (decimal): -16075520 or 46346. OLE color: 46346.

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

Color convert

RGB 10 181 0 -
CMYK 0.94 0 1 0.29
HSL 116.69º 1% 0.35% -
HSV(B) 116.69º 1% 0.71% -
XYZ 16.65 33.11 5.51 -
YUV 109.24 66.35 57.22 -
System Red Green Blue C M Y K H S L
Decimal 10 181 0 0.94 0 1 0.29 116.69 1 0.35
Hex A B5 0 5E 0 64 1D 75 64 23
Octal 12 265 0 136 0 144 35 165 144 43
Binary 1010 10110101 0 1011110 0 1100100 11101 1110101 1100100 100011

Color Harmonies of #0AB500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB500

Black with #0AB500

Text Example


Text Example

White with #0AB500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AB500;
 }
 .AnyTagClassName
 {
   color: #0AB500;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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