Html Css Color HEX #10A015 Islamic Green

📋 copy color: '#10A015'

red 16 ◦ green 160 ◦ blue 21

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

Shades of Islamic Green #10A015

Tints of Islamic Green #10A015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 81.22%

 BLUE value IS 21 (8.59% from 255) = 10.66%

R = 8.12%
G = 81.22%
B = 10.66%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#10A015 (or 0x10A015) is known color: Islamic Green. HEX triplet: 10, A0 and 15. RGB value is (16,160,21). Sum of RGB (Red+Green+Blue) = 16+160+21=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 160 (62.89% from 255 or 81.22% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 160 - color contains mainly: green. Hex color #10A015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A015 is #EF5FEA. Grayscale: #656565. Windows color (decimal): -15687659 or 1417232. OLE color: 1417232.

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

Color convert

RGB 16 160 21 -
CMYK 0.9 0 0.87 0.37
HSL 122.08º 0.82% 0.35% -
HSV(B) 122.08º 0.9% 0.63% -
XYZ 12.92 25.31 4.91 -
YUV 101.1 82.79 67.3 -
System Red Green Blue C M Y K H S L
Decimal 16 160 21 0.9 0 0.87 0.37 122.08 0.82 0.35
Hex 10 A0 15 5A 0 57 25 7A 52 23
Octal 20 240 25 132 0 127 45 172 122 43
Binary 10000 10100000 10101 1011010 0 1010111 100101 1111010 1010010 100011

Color Harmonies of #10A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A015

Black with #10A015

Text Example


Text Example

White with #10A015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,160,21); }

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

background-color css

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

 a { background-color: rgb(16,160,21); }

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

border-color css

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

 span { border-color: rgb(16,160,21); }

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