Html Css Color HEX #10A60F Islamic Green

📋 copy color: '#10A60F'

red 16 ◦ green 166 ◦ blue 15

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

Shades of Islamic Green #10A60F

Tints of Islamic Green #10A60F

RGB

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

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

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

R = 8.12%
G = 84.26%
B = 7.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#10A60F (or 0x10A60F) is known color: Islamic Green. HEX triplet: 10, A6 and 0F. RGB value is (16,166,15). Sum of RGB (Red+Green+Blue) = 16+166+15=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 166 (65.23% from 255 or 84.26% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 166 - color contains mainly: green. Hex color #10A60F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A60F is #EF59F0. Grayscale: #686868. Windows color (decimal): -15686129 or 1025552. OLE color: 1025552.

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

Color convert

RGB 16 166 15 -
CMYK 0.90 0 0.91 0.35
HSL 119.6º 0.83% 0.35% -
HSV(B) 119.6º 0.91% 0.65% -
XYZ 13.94 27.42 5.01 -
YUV 103.94 77.81 65.28 -
System Red Green Blue C M Y K H S L
Decimal 16 166 15 0.90 0 0.91 0.35 119.6 0.83 0.35
Hex 10 A6 F 5A 0 5B 23 78 53 23
Octal 20 246 17 132 0 133 43 170 123 43
Binary 10000 10100110 1111 1011010 0 1011011 100011 1111000 1010011 100011

Color Harmonies of #10A60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A60F

Black with #10A60F

Text Example


Text Example

White with #10A60F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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