Html Css Color HEX #10980F Islamic Green

📋 copy color: '#10980F'

red 16 ◦ green 152 ◦ blue 15

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

Shades of Islamic Green #10980F

Tints of Islamic Green #10980F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.2%

R = 8.74%
G = 83.06%
B = 8.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#10980F (or 0x10980F) is known color: Islamic Green. HEX triplet: 10, 98 and 0F. RGB value is (16,152,15). Sum of RGB (Red+Green+Blue) = 16+152+15=183 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.74% from 183); Green value is 152 (59.77% from 255 or 83.06% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 152 - color contains mainly: green. Hex color #10980F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10980F is #EF67F0. Grayscale: #606060. Windows color (decimal): -15689713 or 1021968. OLE color: 1021968.

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

Color convert

RGB 16 152 15 -
CMYK 0.89 0 0.90 0.40
HSL 119.56º 0.82% 0.33% -
HSV(B) 119.56º 0.9% 0.6% -
XYZ 11.53 22.6 4.21 -
YUV 95.72 82.44 71.14 -
System Red Green Blue C M Y K H S L
Decimal 16 152 15 0.89 0 0.90 0.40 119.56 0.82 0.33
Hex 10 98 F 59 0 5A 28 78 52 21
Octal 20 230 17 131 0 132 50 170 122 41
Binary 10000 10011000 1111 1011001 0 1011010 101000 1111000 1010010 100001

Color Harmonies of #10980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10980F

Black with #10980F

Text Example


Text Example

White with #10980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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