Html Css Color HEX #0AAB05 Islamic Green

📋 copy color: '#0AAB05'

red 10 ◦ green 171 ◦ blue 5

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

Shades of Islamic Green #0AAB05

Tints of Islamic Green #0AAB05

RGB

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

 GREEN value IS 171 (67.19% from 255) = 91.94%

 BLUE value IS 5 (2.34% from 255) = 2.69%

R = 5.38%
G = 91.94%
B = 2.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#0AAB05 (or 0x0AAB05) is known color: Islamic Green. HEX triplet: 0A, AB and 05. RGB value is (10,171,5). Sum of RGB (Red+Green+Blue) = 10+171+5=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 171 (67.19% from 255 or 91.94% from 186); Blue value is 5 (2.34% from 255 or 2.69% from 186); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAB05 is #F554FA. Grayscale: #686868. Windows color (decimal): -16078075 or 371466. OLE color: 371466.

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

Color convert

RGB 10 171 5 -
CMYK 0.94 0 0.97 0.33
HSL 118.19º 0.94% 0.35% -
HSV(B) 118.19º 0.97% 0.67% -
XYZ 14.72 29.2 5 -
YUV 103.94 72.16 61 -
System Red Green Blue C M Y K H S L
Decimal 10 171 5 0.94 0 0.97 0.33 118.19 0.94 0.35
Hex A AB 5 5E 0 61 21 76 5E 23
Octal 12 253 5 136 0 141 41 166 136 43
Binary 1010 10101011 101 1011110 0 1100001 100001 1110110 1011110 100011

Color Harmonies of #0AAB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAB05

Black with #0AAB05

Text Example


Text Example

White with #0AAB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,171,5); }

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

background-color css

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

 a { background-color: rgb(10,171,5); }

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

border-color css

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

 span { border-color: rgb(10,171,5); }

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