Html Css Color HEX #10A014 Islamic Green

📋 copy color: '#10A014'

red 16 ◦ green 160 ◦ blue 20

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

Shades of Islamic Green #10A014

Tints of Islamic Green #10A014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.2%

R = 8.16%
G = 81.63%
B = 10.2%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#10A014 (or 0x10A014) is known color: Islamic Green. HEX triplet: 10, A0 and 14. RGB value is (16,160,20). Sum of RGB (Red+Green+Blue) = 16+160+20=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 160 (62.89% from 255 or 81.63% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 160 - color contains mainly: green. Hex color #10A014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A014 is #EF5FEB. Grayscale: #656565. Windows color (decimal): -15687660 or 1351696. OLE color: 1351696.

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

Color convert

RGB 16 160 20 -
CMYK 0.9 0 0.88 0.37
HSL 121.67º 0.82% 0.35% -
HSV(B) 121.67º 0.9% 0.63% -
XYZ 12.91 25.3 4.87 -
YUV 100.98 82.29 67.38 -
System Red Green Blue C M Y K H S L
Decimal 16 160 20 0.9 0 0.88 0.37 121.67 0.82 0.35
Hex 10 A0 14 5A 0 58 25 7A 52 23
Octal 20 240 24 132 0 130 45 172 122 43
Binary 10000 10100000 10100 1011010 0 1011000 100101 1111010 1010010 100011

Color Harmonies of #10A014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A014

Black with #10A014

Text Example


Text Example

White with #10A014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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