Html Css Color HEX #0AB801 Islamic Green

📋 copy color: '#0AB801'

red 10 ◦ green 184 ◦ blue 1

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

Shades of Islamic Green #0AB801

Tints of Islamic Green #0AB801

RGB

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

 GREEN value IS 184 (72.27% from 255) = 94.36%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 5.13%
G = 94.36%
B = 0.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#0AB801 (or 0x0AB801) is known color: Islamic Green. HEX triplet: 0A, B8 and 01. RGB value is (10,184,1). Sum of RGB (Red+Green+Blue) = 10+184+1=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 184 (72.27% from 255 or 94.36% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 184 - color contains mainly: green. Hex color #0AB801 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB801 is #F547FE. Grayscale: #6F6F6F. Windows color (decimal): -16074751 or 112650. OLE color: 112650.

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

Color convert

RGB 10 184 1 -
CMYK 0.95 0 0.99 0.28
HSL 117.05º 0.99% 0.36% -
HSV(B) 117.05º 0.99% 0.72% -
XYZ 17.27 34.35 5.75 -
YUV 111.11 65.85 55.88 -
System Red Green Blue C M Y K H S L
Decimal 10 184 1 0.95 0 0.99 0.28 117.05 0.99 0.36
Hex A B8 1 5F 0 63 1C 75 63 24
Octal 12 270 1 137 0 143 34 165 143 44
Binary 1010 10111000 1 1011111 0 1100011 11100 1110101 1100011 100100

Color Harmonies of #0AB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB801

Black with #0AB801

Text Example


Text Example

White with #0AB801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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