Html Css Color HEX #01A807 Islamic Green

📋 copy color: '#01A807'

red 1 ◦ green 168 ◦ blue 7

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

Shades of Islamic Green #01A807

Tints of Islamic Green #01A807

RGB

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

 GREEN value IS 168 (66.02% from 255) = 95.45%

 BLUE value IS 7 (3.13% from 255) = 3.98%

R = 0.57%
G = 95.45%
B = 3.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#01A807 (or 0x01A807) is known color: Islamic Green. HEX triplet: 01, A8 and 07. RGB value is (1,168,7). Sum of RGB (Red+Green+Blue) = 1+168+7=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 168 (66.02% from 255 or 95.45% from 176); Blue value is 7 (3.12% from 255 or 3.98% from 176); Max value from RGB is 168 - color contains mainly: green. Hex color #01A807 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01A807 is #FE57F8. Grayscale: #646464. Windows color (decimal): -16668665 or 501761. OLE color: 501761.

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

Color convert

RGB 1 168 7 -
CMYK 0.99 0 0.96 0.34
HSL 122.16º 0.99% 0.33% -
HSV(B) 122.16º 0.99% 0.66% -
XYZ 14.05 28.03 4.87 -
YUV 99.71 75.67 57.59 -
System Red Green Blue C M Y K H S L
Decimal 1 168 7 0.99 0 0.96 0.34 122.16 0.99 0.33
Hex 1 A8 7 63 0 60 22 7A 63 21
Octal 1 250 7 143 0 140 42 172 143 41
Binary 1 10101000 111 1100011 0 1100000 100010 1111010 1100011 100001

Color Harmonies of #01A807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A807

Black with #01A807

Text Example


Text Example

White with #01A807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,168,7); }

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

background-color css

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

 a { background-color: rgb(1,168,7); }

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

border-color css

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

 span { border-color: rgb(1,168,7); }

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