Html Css Color HEX #10A413 Islamic Green

📋 copy color: '#10A413'

red 16 ◦ green 164 ◦ blue 19

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

Shades of Islamic Green #10A413

Tints of Islamic Green #10A413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 82.41%

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 8.04%
G = 82.41%
B = 9.55%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#10A413 (or 0x10A413) is known color: Islamic Green. HEX triplet: 10, A4 and 13. RGB value is (16,164,19). Sum of RGB (Red+Green+Blue) = 16+164+19=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 164 (64.45% from 255 or 82.41% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 164 - color contains mainly: green. Hex color #10A413 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A413 is #EF5BEC. Grayscale: #676767. Windows color (decimal): -15686637 or 1287184. OLE color: 1287184.

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

Color convert

RGB 16 164 19 -
CMYK 0.90 0 0.88 0.36
HSL 121.22º 0.82% 0.35% -
HSV(B) 121.22º 0.9% 0.64% -
XYZ 13.61 26.71 5.05 -
YUV 103.22 80.47 65.79 -
System Red Green Blue C M Y K H S L
Decimal 16 164 19 0.90 0 0.88 0.36 121.22 0.82 0.35
Hex 10 A4 13 5A 0 58 24 79 52 23
Octal 20 244 23 132 0 130 44 171 122 43
Binary 10000 10100100 10011 1011010 0 1011000 100100 1111001 1010010 100011

Color Harmonies of #10A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A413

Black with #10A413

Text Example


Text Example

White with #10A413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,164,19); }

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

background-color css

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

 a { background-color: rgb(16,164,19); }

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

border-color css

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

 span { border-color: rgb(16,164,19); }

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