Html Css Color HEX #10980E Islamic Green

📋 copy color: '#10980E'

red 16 ◦ green 152 ◦ blue 14

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

Shades of Islamic Green #10980E

Tints of Islamic Green #10980E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.69%

R = 8.79%
G = 83.52%
B = 7.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#10980E (or 0x10980E) is known color: Islamic Green. HEX triplet: 10, 98 and 0E. RGB value is (16,152,14). Sum of RGB (Red+Green+Blue) = 16+152+14=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 152 (59.77% from 255 or 83.52% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 152 - color contains mainly: green. Hex color #10980E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10980E is #EF67F1. Grayscale: #606060. Windows color (decimal): -15689714 or 956432. OLE color: 956432.

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

Color convert

RGB 16 152 14 -
CMYK 0.89 0 0.91 0.40
HSL 119.13º 0.83% 0.33% -
HSV(B) 119.13º 0.91% 0.6% -
XYZ 11.52 22.6 4.17 -
YUV 95.6 81.94 71.22 -
System Red Green Blue C M Y K H S L
Decimal 16 152 14 0.89 0 0.91 0.40 119.13 0.83 0.33
Hex 10 98 E 59 0 5B 28 77 53 21
Octal 20 230 16 131 0 133 50 167 123 41
Binary 10000 10011000 1110 1011001 0 1011011 101000 1110111 1010011 100001

Color Harmonies of #10980E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10980E

Black with #10980E

Text Example


Text Example

White with #10980E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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