Html Css Color HEX #0AA415 Islamic Green

📋 copy color: '#0AA415'

red 10 ◦ green 164 ◦ blue 21

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

Shades of Islamic Green #0AA415

Tints of Islamic Green #0AA415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 84.1%

 BLUE value IS 21 (8.59% from 255) = 10.77%

R = 5.13%
G = 84.1%
B = 10.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#0AA415 (or 0x0AA415) is known color: Islamic Green. HEX triplet: 0A, A4 and 15. RGB value is (10,164,21). Sum of RGB (Red+Green+Blue) = 10+164+21=195 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.13% from 195); Green value is 164 (64.45% from 255 or 84.10% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA415 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA415 is #F55BEA. Grayscale: #666666. Windows color (decimal): -16079851 or 1418250. OLE color: 1418250.

HSL color Cylindrical-coordinate representation of color #0AA415: hue angle of 124.29º degrees, saturation: 0.89, 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 #0AA415 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 10 164 21 -
CMYK 0.94 0 0.87 0.36
HSL 124.29º 0.89% 0.34% -
HSV(B) 124.29º 0.94% 0.64% -
XYZ 13.54 26.67 5.14 -
YUV 101.65 82.48 62.63 -
System Red Green Blue C M Y K H S L
Decimal 10 164 21 0.94 0 0.87 0.36 124.29 0.89 0.34
Hex A A4 15 5E 0 57 24 7C 59 22
Octal 12 244 25 136 0 127 44 174 131 42
Binary 1010 10100100 10101 1011110 0 1010111 100100 1111100 1011001 100010

Color Harmonies of #0AA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA415

Black with #0AA415

Text Example


Text Example

White with #0AA415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,164,21); }

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

background-color css

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

 a { background-color: rgb(10,164,21); }

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

border-color css

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

 span { border-color: rgb(10,164,21); }

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