Html Css Color HEX #10980C Islamic Green

📋 copy color: '#10980C'

red 16 ◦ green 152 ◦ blue 12

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

Shades of Islamic Green #10980C

Tints of Islamic Green #10980C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.67%

R = 8.89%
G = 84.44%
B = 6.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#10980C (or 0x10980C) is known color: Islamic Green. HEX triplet: 10, 98 and 0C. RGB value is (16,152,12). Sum of RGB (Red+Green+Blue) = 16+152+12=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 152 (59.77% from 255 or 84.44% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 152 - color contains mainly: green. Hex color #10980C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10980C is #EF67F3. Grayscale: #5F5F5F. Windows color (decimal): -15689716 or 825360. OLE color: 825360.

HSL color Cylindrical-coordinate representation of color #10980C: hue angle of 118.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10980C is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 152 12 -
CMYK 0.89 0 0.92 0.40
HSL 118.29º 0.85% 0.32% -
HSV(B) 118.29º 0.92% 0.6% -
XYZ 11.51 22.59 4.1 -
YUV 95.38 80.94 71.38 -
System Red Green Blue C M Y K H S L
Decimal 16 152 12 0.89 0 0.92 0.40 118.29 0.85 0.32
Hex 10 98 C 59 0 5C 28 76 55 20
Octal 20 230 14 131 0 134 50 166 125 40
Binary 10000 10011000 1100 1011001 0 1011100 101000 1110110 1010101 100000

Color Harmonies of #10980C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10980C

Black with #10980C

Text Example


Text Example

White with #10980C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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