Html Css Color HEX #0AA309 Islamic Green

📋 copy color: '#0AA309'

red 10 ◦ green 163 ◦ blue 9

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

Shades of Islamic Green #0AA309

Tints of Islamic Green #0AA309

RGB

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

 GREEN value IS 163 (64.06% from 255) = 89.56%

 BLUE value IS 9 (3.91% from 255) = 4.95%

R = 5.49%
G = 89.56%
B = 4.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#0AA309 (or 0x0AA309) is known color: Islamic Green. HEX triplet: 0A, A3 and 09. RGB value is (10,163,9). Sum of RGB (Red+Green+Blue) = 10+163+9=182 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.49% from 182); Green value is 163 (64.06% from 255 or 89.56% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 163 - color contains mainly: green. Hex color #0AA309 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA309 is #F55CF6. Grayscale: #646464. Windows color (decimal): -16080119 or 631562. OLE color: 631562.

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

Color convert

RGB 10 163 9 -
CMYK 0.94 0 0.94 0.36
HSL 119.61º 0.9% 0.34% -
HSV(B) 119.61º 0.94% 0.64% -
XYZ 13.27 26.28 4.63 -
YUV 99.7 76.81 64.02 -
System Red Green Blue C M Y K H S L
Decimal 10 163 9 0.94 0 0.94 0.36 119.61 0.9 0.34
Hex A A3 9 5E 0 5E 24 78 5A 22
Octal 12 243 11 136 0 136 44 170 132 42
Binary 1010 10100011 1001 1011110 0 1011110 100100 1111000 1011010 100010

Color Harmonies of #0AA309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA309

Black with #0AA309

Text Example


Text Example

White with #0AA309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,163,9); }

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

background-color css

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

 a { background-color: rgb(10,163,9); }

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

border-color css

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

 span { border-color: rgb(10,163,9); }

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