Html Css Color HEX #0AAC19 Islamic Green

📋 copy color: '#0AAC19'

red 10 ◦ green 172 ◦ blue 25

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

Shades of Islamic Green #0AAC19

Tints of Islamic Green #0AAC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 83.09%

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 4.83%
G = 83.09%
B = 12.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#0AAC19 (or 0x0AAC19) is known color: Islamic Green. HEX triplet: 0A, AC and 19. RGB value is (10,172,25). Sum of RGB (Red+Green+Blue) = 10+172+25=207 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.83% from 207); Green value is 172 (67.58% from 255 or 83.09% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AAC19 is #F553E6. Grayscale: #6B6B6B. Windows color (decimal): -16077799 or 1682442. OLE color: 1682442.

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

Color convert

RGB 10 172 25 -
CMYK 0.94 0 0.85 0.33
HSL 125.56º 0.89% 0.36% -
HSV(B) 125.56º 0.94% 0.67% -
XYZ 15.05 29.64 5.85 -
YUV 106.8 81.83 58.95 -
System Red Green Blue C M Y K H S L
Decimal 10 172 25 0.94 0 0.85 0.33 125.56 0.89 0.36
Hex A AC 19 5E 0 55 21 7E 59 24
Octal 12 254 31 136 0 125 41 176 131 44
Binary 1010 10101100 11001 1011110 0 1010101 100001 1111110 1011001 100100

Color Harmonies of #0AAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAC19

Black with #0AAC19

Text Example


Text Example

White with #0AAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,172,25); }

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

background-color css

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

 a { background-color: rgb(10,172,25); }

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

border-color css

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

 span { border-color: rgb(10,172,25); }

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