Html Css Color HEX #10A319 Islamic Green

📋 copy color: '#10A319'

red 16 ◦ green 163 ◦ blue 25

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

Shades of Islamic Green #10A319

Tints of Islamic Green #10A319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.25%

R = 7.84%
G = 79.9%
B = 12.25%

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

#10A319 (or 0x10A319) is known color: Islamic Green. HEX triplet: 10, A3 and 19. RGB value is (16,163,25). Sum of RGB (Red+Green+Blue) = 16+163+25=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 163 (64.06% from 255 or 79.90% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 163 - color contains mainly: green. Hex color #10A319 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A319 is #EF5CE6. Grayscale: #676767. Windows color (decimal): -15686887 or 1680144. OLE color: 1680144.

HSL color Cylindrical-coordinate representation of color #10A319: hue angle of 123.67º 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 #10A319 is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 163 25 -
CMYK 0.90 0 0.85 0.36
HSL 123.67º 0.82% 0.35% -
HSV(B) 123.67º 0.9% 0.64% -
XYZ 13.49 26.37 5.3 -
YUV 103.32 83.8 65.72 -
System Red Green Blue C M Y K H S L
Decimal 16 163 25 0.90 0 0.85 0.36 123.67 0.82 0.35
Hex 10 A3 19 5A 0 55 24 7C 52 23
Octal 20 243 31 132 0 125 44 174 122 43
Binary 10000 10100011 11001 1011010 0 1010101 100100 1111100 1010010 100011

Color Harmonies of #10A319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A319

Black with #10A319

Text Example


Text Example

White with #10A319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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