Html Css Color HEX #01C706 Islamic Green

📋 copy color: '#01C706'

red 1 ◦ green 199 ◦ blue 6

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

Shades of Islamic Green #01C706

Tints of Islamic Green #01C706

RGB

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

 GREEN value IS 199 (78.13% from 255) = 96.6%

 BLUE value IS 6 (2.73% from 255) = 2.91%

R = 0.49%
G = 96.6%
B = 2.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#01C706 (or 0x01C706) is known color: Islamic Green. HEX triplet: 01, C7 and 06. RGB value is (1,199,6). Sum of RGB (Red+Green+Blue) = 1+199+6=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 199 (78.12% from 255 or 96.60% from 206); Blue value is 6 (2.73% from 255 or 2.91% from 206); Max value from RGB is 199 - color contains mainly: green. Hex color #01C706 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C706 is #FE38F9. Grayscale: #767676. Windows color (decimal): -16660730 or 444161. OLE color: 444161.

HSL color Cylindrical-coordinate representation of color #01C706: hue angle of 121.52º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C706 is Cyan = 0.99, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB 1 199 6 -
CMYK 0.99 0 0.97 0.22
HSL 121.52º 0.99% 0.39% -
HSV(B) 121.52º 0.99% 0.78% -
XYZ 20.47 40.87 6.98 -
YUV 117.8 64.9 44.69 -
System Red Green Blue C M Y K H S L
Decimal 1 199 6 0.99 0 0.97 0.22 121.52 0.99 0.39
Hex 1 C7 6 63 0 61 16 7A 63 27
Octal 1 307 6 143 0 141 26 172 143 47
Binary 1 11000111 110 1100011 0 1100001 10110 1111010 1100011 100111

Color Harmonies of #01C706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C706

Black with #01C706

Text Example


Text Example

White with #01C706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,199,6); }

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

background-color css

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

 a { background-color: rgb(1,199,6); }

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

border-color css

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

 span { border-color: rgb(1,199,6); }

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