Html Css Color HEX #10A318 Islamic Green

📋 copy color: '#10A318'

red 16 ◦ green 163 ◦ blue 24

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

Shades of Islamic Green #10A318

Tints of Islamic Green #10A318

RGB

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

 GREEN value IS 163 (64.06% from 255) = 80.3%

 BLUE value IS 24 (9.77% from 255) = 11.82%

R = 7.88%
G = 80.3%
B = 11.82%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#10A318 (or 0x10A318) is known color: Islamic Green. HEX triplet: 10, A3 and 18. RGB value is (16,163,24). Sum of RGB (Red+Green+Blue) = 16+163+24=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 163 (64.06% from 255 or 80.30% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 163 - color contains mainly: green. Hex color #10A318 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A318 is #EF5CE7. Grayscale: #676767. Windows color (decimal): -15686888 or 1614608. OLE color: 1614608.

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

Color convert

RGB 16 163 24 -
CMYK 0.90 0 0.85 0.36
HSL 123.27º 0.82% 0.35% -
HSV(B) 123.27º 0.9% 0.64% -
XYZ 13.48 26.37 5.24 -
YUV 103.2 83.3 65.8 -
System Red Green Blue C M Y K H S L
Decimal 16 163 24 0.90 0 0.85 0.36 123.27 0.82 0.35
Hex 10 A3 18 5A 0 55 24 7B 52 23
Octal 20 243 30 132 0 125 44 173 122 43
Binary 10000 10100011 11000 1011010 0 1010101 100100 1111011 1010010 100011

Color Harmonies of #10A318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A318

Black with #10A318

Text Example


Text Example

White with #10A318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,163,24); }

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

background-color css

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

 a { background-color: rgb(16,163,24); }

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

border-color css

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

 span { border-color: rgb(16,163,24); }

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