Html Css Color HEX #10A616 Islamic Green

📋 copy color: '#10A616'

red 16 ◦ green 166 ◦ blue 22

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

Shades of Islamic Green #10A616

Tints of Islamic Green #10A616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.78%

R = 7.84%
G = 81.37%
B = 10.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#10A616 (or 0x10A616) is known color: Islamic Green. HEX triplet: 10, A6 and 16. RGB value is (16,166,22). Sum of RGB (Red+Green+Blue) = 16+166+22=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 166 (65.23% from 255 or 81.37% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 166 - color contains mainly: green. Hex color #10A616 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A616 is #EF59E9. Grayscale: #696969. Windows color (decimal): -15686122 or 1484304. OLE color: 1484304.

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

Color convert

RGB 16 166 22 -
CMYK 0.90 0 0.87 0.35
HSL 122.4º 0.82% 0.36% -
HSV(B) 122.4º 0.9% 0.65% -
XYZ 13.99 27.44 5.32 -
YUV 104.73 81.31 64.71 -
System Red Green Blue C M Y K H S L
Decimal 16 166 22 0.90 0 0.87 0.35 122.4 0.82 0.36
Hex 10 A6 16 5A 0 57 23 7A 52 24
Octal 20 246 26 132 0 127 43 172 122 44
Binary 10000 10100110 10110 1011010 0 1010111 100011 1111010 1010010 100100

Color Harmonies of #10A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A616

Black with #10A616

Text Example


Text Example

White with #10A616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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