Html Css Color HEX #0A900D Islamic Green

📋 copy color: '#0A900D'

red 10 ◦ green 144 ◦ blue 13

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

Shades of Islamic Green #0A900D

Tints of Islamic Green #0A900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 86.23%

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

R = 5.99%
G = 86.23%
B = 7.78%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#0A900D (or 0x0A900D) is known color: Islamic Green. HEX triplet: 0A, 90 and 0D. RGB value is (10,144,13). Sum of RGB (Red+Green+Blue) = 10+144+13=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 144 (56.64% from 255 or 86.23% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 144 - color contains mainly: green. Hex color #0A900D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A900D is #F56FF2. Grayscale: #595959. Windows color (decimal): -16084979 or 888842. OLE color: 888842.

HSL color Cylindrical-coordinate representation of color #0A900D: hue angle of 121.34º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A900D is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 10 144 13 -
CMYK 0.93 0 0.91 0.44
HSL 121.34º 0.87% 0.3% -
HSV(B) 121.34º 0.93% 0.56% -
XYZ 10.17 20.04 3.71 -
YUV 89 85.11 71.65 -
System Red Green Blue C M Y K H S L
Decimal 10 144 13 0.93 0 0.91 0.44 121.34 0.87 0.3
Hex A 90 D 5D 0 5B 2C 79 57 1E
Octal 12 220 15 135 0 133 54 171 127 36
Binary 1010 10010000 1101 1011101 0 1011011 101100 1111001 1010111 11110

Color Harmonies of #0A900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A900D

Black with #0A900D

Text Example


Text Example

White with #0A900D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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