Html Css Color HEX #0AB911 Islamic Green

📋 copy color: '#0AB911'

red 10 ◦ green 185 ◦ blue 17

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

Shades of Islamic Green #0AB911

Tints of Islamic Green #0AB911

RGB

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

 GREEN value IS 185 (72.66% from 255) = 87.26%

 BLUE value IS 17 (7.03% from 255) = 8.02%

R = 4.72%
G = 87.26%
B = 8.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#0AB911 (or 0x0AB911) is known color: Islamic Green. HEX triplet: 0A, B9 and 11. RGB value is (10,185,17). Sum of RGB (Red+Green+Blue) = 10+185+17=212 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.72% from 212); Green value is 185 (72.66% from 255 or 87.26% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB911 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AB911 is #F546EE. Grayscale: #727272. Windows color (decimal): -16074479 or 1161482. OLE color: 1161482.

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

Color convert

RGB 10 185 17 -
CMYK 0.95 0 0.91 0.27
HSL 122.4º 0.9% 0.38% -
HSV(B) 122.4º 0.95% 0.73% -
XYZ 17.58 34.8 6.32 -
YUV 113.52 73.52 54.16 -
System Red Green Blue C M Y K H S L
Decimal 10 185 17 0.95 0 0.91 0.27 122.4 0.9 0.38
Hex A B9 11 5F 0 5B 1B 7A 5A 26
Octal 12 271 21 137 0 133 33 172 132 46
Binary 1010 10111001 10001 1011111 0 1011011 11011 1111010 1011010 100110

Color Harmonies of #0AB911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB911

Black with #0AB911

Text Example


Text Example

White with #0AB911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,185,17); }

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

background-color css

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

 a { background-color: rgb(10,185,17); }

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

border-color css

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

 span { border-color: rgb(10,185,17); }

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