Html Css Color HEX #01A710 Islamic Green

📋 copy color: '#01A710'

red 1 ◦ green 167 ◦ blue 16

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

Shades of Islamic Green #01A710

Tints of Islamic Green #01A710

RGB

 RED value IS 1 (0.78% from 255) = 0.54%

 GREEN value IS 167 (65.63% from 255) = 90.76%

 BLUE value IS 16 (6.64% from 255) = 8.7%

R = 0.54%
G = 90.76%
B = 8.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#01A710 (or 0x01A710) is known color: Islamic Green. HEX triplet: 01, A7 and 10. RGB value is (1,167,16). Sum of RGB (Red+Green+Blue) = 1+167+16=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 167 (65.62% from 255 or 90.76% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 167 - color contains mainly: green. Hex color #01A710 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A710 is #FE58EF. Grayscale: #646464. Windows color (decimal): -16668912 or 1091329. OLE color: 1091329.

HSL color Cylindrical-coordinate representation of color #01A710: hue angle of 125.42º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A710 is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 167 16 -
CMYK 0.99 0 0.90 0.35
HSL 125.42º 0.99% 0.33% -
HSV(B) 125.42º 0.99% 0.65% -
XYZ 13.92 27.68 5.1 -
YUV 100.15 80.5 57.28 -
System Red Green Blue C M Y K H S L
Decimal 1 167 16 0.99 0 0.90 0.35 125.42 0.99 0.33
Hex 1 A7 10 63 0 5A 23 7D 63 21
Octal 1 247 20 143 0 132 43 175 143 41
Binary 1 10100111 10000 1100011 0 1011010 100011 1111101 1100011 100001

Color Harmonies of #01A710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A710

Black with #01A710

Text Example


Text Example

White with #01A710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01A710; }

 p { color: rgb(1,167,16); }

 H1.HeaderClassName
 {
   color: #01A710;
 }
 .AnyTagClassName
 {
   color: #01A710;
 }
</style>

background-color css

<style>
 a { background-color: #01A710; }

 a { background-color: rgb(1,167,16); }

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

border-color css

<style>
 span { border-color: #01A710; }

 span { border-color: rgb(1,167,16); }

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