Html Css Color HEX #10A60C Islamic Green

📋 copy color: '#10A60C'

red 16 ◦ green 166 ◦ blue 12

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

Shades of Islamic Green #10A60C

Tints of Islamic Green #10A60C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 85.57%

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

R = 8.25%
G = 85.57%
B = 6.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#10A60C (or 0x10A60C) is known color: Islamic Green. HEX triplet: 10, A6 and 0C. RGB value is (16,166,12). Sum of RGB (Red+Green+Blue) = 16+166+12=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 166 (65.23% from 255 or 85.57% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 166 - color contains mainly: green. Hex color #10A60C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A60C is #EF59F3. Grayscale: #686868. Windows color (decimal): -15686132 or 828944. OLE color: 828944.

HSL color Cylindrical-coordinate representation of color #10A60C: hue angle of 118.44º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10A60C is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 16 166 12 -
CMYK 0.90 0 0.93 0.35
HSL 118.44º 0.87% 0.35% -
HSV(B) 118.44º 0.93% 0.65% -
XYZ 13.92 27.41 4.9 -
YUV 103.59 76.31 65.52 -
System Red Green Blue C M Y K H S L
Decimal 16 166 12 0.90 0 0.93 0.35 118.44 0.87 0.35
Hex 10 A6 C 5A 0 5D 23 76 57 23
Octal 20 246 14 132 0 135 43 166 127 43
Binary 10000 10100110 1100 1011010 0 1011101 100011 1110110 1010111 100011

Color Harmonies of #10A60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A60C

Black with #10A60C

Text Example


Text Example

White with #10A60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10A60C; }

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

 H1.HeaderClassName
 {
   color: #10A60C;
 }
 .AnyTagClassName
 {
   color: #10A60C;
 }
</style>

background-color css

<style>
 a { background-color: #10A60C; }

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

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

border-color css

<style>
 span { border-color: #10A60C; }

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

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