Html Css Color HEX #0ABB01 Islamic Green

📋 copy color: '#0ABB01'

red 10 ◦ green 187 ◦ blue 1

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

Shades of Islamic Green #0ABB01

Tints of Islamic Green #0ABB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 94.44%

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

R = 5.05%
G = 94.44%
B = 0.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#0ABB01 (or 0x0ABB01) is known color: Islamic Green. HEX triplet: 0A, BB and 01. RGB value is (10,187,1). Sum of RGB (Red+Green+Blue) = 10+187+1=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 187 (73.44% from 255 or 94.44% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB01 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ABB01 is #F544FE. Grayscale: #717171. Windows color (decimal): -16073983 or 113418. OLE color: 113418.

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

Color convert

RGB 10 187 1 -
CMYK 0.95 0 0.99 0.27
HSL 117.1º 0.99% 0.37% -
HSV(B) 117.1º 0.99% 0.73% -
XYZ 17.9 35.61 5.96 -
YUV 112.87 64.86 54.62 -
System Red Green Blue C M Y K H S L
Decimal 10 187 1 0.95 0 0.99 0.27 117.1 0.99 0.37
Hex A BB 1 5F 0 63 1B 75 63 25
Octal 12 273 1 137 0 143 33 165 143 45
Binary 1010 10111011 1 1011111 0 1100011 11011 1110101 1100011 100101

Color Harmonies of #0ABB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABB01

Black with #0ABB01

Text Example


Text Example

White with #0ABB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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