Html Css Color HEX #10990A Islamic Green

📋 copy color: '#10990A'

red 16 ◦ green 153 ◦ blue 10

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

Shades of Islamic Green #10990A

Tints of Islamic Green #10990A

RGB

 RED value IS 16 (6.64% from 255) = 8.94%

 GREEN value IS 153 (60.16% from 255) = 85.47%

 BLUE value IS 10 (4.3% from 255) = 5.59%

R = 8.94%
G = 85.47%
B = 5.59%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#10990A (or 0x10990A) is known color: Islamic Green. HEX triplet: 10, 99 and 0A. RGB value is (16,153,10). Sum of RGB (Red+Green+Blue) = 16+153+10=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 153 (60.16% from 255 or 85.47% from 179); Blue value is 10 (4.30% from 255 or 5.59% from 179); Max value from RGB is 153 - color contains mainly: green. Hex color #10990A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10990A is #EF66F5. Grayscale: #606060. Windows color (decimal): -15689462 or 694544. OLE color: 694544.

HSL color Cylindrical-coordinate representation of color #10990A: hue angle of 117.48º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10990A is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 153 10 -
CMYK 0.90 0 0.93 0.4
HSL 117.48º 0.88% 0.32% -
HSV(B) 117.48º 0.93% 0.6% -
XYZ 11.66 22.91 4.1 -
YUV 95.74 79.61 71.13 -
System Red Green Blue C M Y K H S L
Decimal 16 153 10 0.90 0 0.93 0.4 117.48 0.88 0.32
Hex 10 99 A 5A 0 5D 28 75 58 20
Octal 20 231 12 132 0 135 50 165 130 40
Binary 10000 10011001 1010 1011010 0 1011101 101000 1110101 1011000 100000

Color Harmonies of #10990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10990A

Black with #10990A

Text Example


Text Example

White with #10990A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10990A; }

 p { color: rgb(16,153,10); }

 H1.HeaderClassName
 {
   color: #10990A;
 }
 .AnyTagClassName
 {
   color: #10990A;
 }
</style>

background-color css

<style>
 a { background-color: #10990A; }

 a { background-color: rgb(16,153,10); }

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

border-color css

<style>
 span { border-color: #10990A; }

 span { border-color: rgb(16,153,10); }

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