Html Css Color HEX #10980A Islamic Green

📋 copy color: '#10980A'

red 16 ◦ green 152 ◦ blue 10

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

Shades of Islamic Green #10980A

Tints of Islamic Green #10980A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 85.39%

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

R = 8.99%
G = 85.39%
B = 5.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#10980A (or 0x10980A) is known color: Islamic Green. HEX triplet: 10, 98 and 0A. RGB value is (16,152,10). Sum of RGB (Red+Green+Blue) = 16+152+10=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 152 (59.77% from 255 or 85.39% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 152 - color contains mainly: green. Hex color #10980A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10980A is #EF67F5. Grayscale: #5F5F5F. Windows color (decimal): -15689718 or 694288. OLE color: 694288.

HSL color Cylindrical-coordinate representation of color #10980A: hue angle of 117.46º 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 #10980A is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 152 10 -
CMYK 0.89 0 0.93 0.40
HSL 117.46º 0.88% 0.32% -
HSV(B) 117.46º 0.93% 0.6% -
XYZ 11.5 22.59 4.04 -
YUV 95.15 79.94 71.55 -
System Red Green Blue C M Y K H S L
Decimal 16 152 10 0.89 0 0.93 0.40 117.46 0.88 0.32
Hex 10 98 A 59 0 5D 28 75 58 20
Octal 20 230 12 131 0 135 50 165 130 40
Binary 10000 10011000 1010 1011001 0 1011101 101000 1110101 1011000 100000

Color Harmonies of #10980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10980A

Black with #10980A

Text Example


Text Example

White with #10980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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