Html Css Color HEX #0AA00D Islamic Green

📋 copy color: '#0AA00D'

red 10 ◦ green 160 ◦ blue 13

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

Shades of Islamic Green #0AA00D

Tints of Islamic Green #0AA00D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 87.43%

 BLUE value IS 13 (5.47% from 255) = 7.1%

R = 5.46%
G = 87.43%
B = 7.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.92

 K value IS 0.37

RGB Variations

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

Color information

#0AA00D (or 0x0AA00D) is known color: Islamic Green. HEX triplet: 0A, A0 and 0D. RGB value is (10,160,13). Sum of RGB (Red+Green+Blue) = 10+160+13=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 160 (62.89% from 255 or 87.43% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 160 - color contains mainly: green. Hex color #0AA00D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0AA00D is #F55FF2. Grayscale: #626262. Windows color (decimal): -16080883 or 892938. OLE color: 892938.

HSL color Cylindrical-coordinate representation of color #0AA00D: hue angle of 121.2º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA00D is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.

Color convert

RGB 10 160 13 -
CMYK 0.94 0 0.92 0.37
HSL 121.2º 0.88% 0.33% -
HSV(B) 121.2º 0.94% 0.63% -
XYZ 12.77 25.24 4.58 -
YUV 98.39 79.81 64.95 -
System Red Green Blue C M Y K H S L
Decimal 10 160 13 0.94 0 0.92 0.37 121.2 0.88 0.33
Hex A A0 D 5E 0 5C 25 79 58 21
Octal 12 240 15 136 0 134 45 171 130 41
Binary 1010 10100000 1101 1011110 0 1011100 100101 1111001 1011000 100001

Color Harmonies of #0AA00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA00D

Black with #0AA00D

Text Example


Text Example

White with #0AA00D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,160,13); }

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

background-color css

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

 a { background-color: rgb(10,160,13); }

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

border-color css

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

 span { border-color: rgb(10,160,13); }

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