Html Css Color HEX #0AAA01 Islamic Green

📋 copy color: '#0AAA01'

red 10 ◦ green 170 ◦ blue 1

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

Shades of Islamic Green #0AAA01

Tints of Islamic Green #0AAA01

RGB

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

 GREEN value IS 170 (66.8% from 255) = 93.92%

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

R = 5.52%
G = 93.92%
B = 0.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#0AAA01 (or 0x0AAA01) is known color: Islamic Green. HEX triplet: 0A, AA and 01. RGB value is (10,170,1). Sum of RGB (Red+Green+Blue) = 10+170+1=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 170 (66.80% from 255 or 93.92% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAA01 is #F555FE. Grayscale: #676767. Windows color (decimal): -16078335 or 109066. OLE color: 109066.

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

Color convert

RGB 10 170 1 -
CMYK 0.94 0 0.99 0.33
HSL 116.8º 0.99% 0.34% -
HSV(B) 116.8º 0.99% 0.67% -
XYZ 14.51 28.82 4.83 -
YUV 102.89 70.49 61.74 -
System Red Green Blue C M Y K H S L
Decimal 10 170 1 0.94 0 0.99 0.33 116.8 0.99 0.34
Hex A AA 1 5E 0 63 21 75 63 22
Octal 12 252 1 136 0 143 41 165 143 42
Binary 1010 10101010 1 1011110 0 1100011 100001 1110101 1100011 100010

Color Harmonies of #0AAA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA01

Black with #0AAA01

Text Example


Text Example

White with #0AAA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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