Html Css Color HEX #0A9505 Islamic Green

📋 copy color: '#0A9505'

red 10 ◦ green 149 ◦ blue 5

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

Shades of Islamic Green #0A9505

Tints of Islamic Green #0A9505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 90.85%

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

R = 6.1%
G = 90.85%
B = 3.05%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#0A9505 (or 0x0A9505) is known color: Islamic Green. HEX triplet: 0A, 95 and 05. RGB value is (10,149,5). Sum of RGB (Red+Green+Blue) = 10+149+5=164 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.10% from 164); Green value is 149 (58.59% from 255 or 90.85% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 149 - color contains mainly: green. Hex color #0A9505 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9505 is #F56AFA. Grayscale: #5B5B5B. Windows color (decimal): -16083707 or 365834. OLE color: 365834.

HSL color Cylindrical-coordinate representation of color #0A9505: hue angle of 117.92º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0A9505 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 149 5 -
CMYK 0.93 0 0.97 0.42
HSL 117.92º 0.94% 0.3% -
HSV(B) 117.92º 0.97% 0.58% -
XYZ 10.9 21.57 3.73 -
YUV 91.02 79.45 70.21 -
System Red Green Blue C M Y K H S L
Decimal 10 149 5 0.93 0 0.97 0.42 117.92 0.94 0.3
Hex A 95 5 5D 0 61 2A 76 5E 1E
Octal 12 225 5 135 0 141 52 166 136 36
Binary 1010 10010101 101 1011101 0 1100001 101010 1110110 1011110 11110

Color Harmonies of #0A9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9505

Black with #0A9505

Text Example


Text Example

White with #0A9505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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