Html Css Color HEX #0AAA1D Islamic Green

📋 copy color: '#0AAA1D'

red 10 ◦ green 170 ◦ blue 29

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

Shades of Islamic Green #0AAA1D

Tints of Islamic Green #0AAA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.88%

R = 4.78%
G = 81.34%
B = 13.88%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#0AAA1D (or 0x0AAA1D) is known color: Islamic Green. HEX triplet: 0A, AA and 1D. RGB value is (10,170,29). Sum of RGB (Red+Green+Blue) = 10+170+29=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 170 (66.80% from 255 or 81.34% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAA1D is #F555E2. Grayscale: #6A6A6A. Windows color (decimal): -16078307 or 1944074. OLE color: 1944074.

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

Color convert

RGB 10 170 29 -
CMYK 0.94 0 0.83 0.33
HSL 127.13º 0.89% 0.35% -
HSV(B) 127.13º 0.94% 0.67% -
XYZ 14.72 28.9 5.97 -
YUV 106.09 84.49 59.46 -
System Red Green Blue C M Y K H S L
Decimal 10 170 29 0.94 0 0.83 0.33 127.13 0.89 0.35
Hex A AA 1D 5E 0 53 21 7F 59 23
Octal 12 252 35 136 0 123 41 177 131 43
Binary 1010 10101010 11101 1011110 0 1010011 100001 1111111 1011001 100011

Color Harmonies of #0AAA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA1D

Black with #0AAA1D

Text Example


Text Example

White with #0AAA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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